aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-25 21:59:00 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-25 21:59:00 +0200
commitd2eb6fbaf5f7fa0ca179ae7beb07ec62c20d1acd (patch)
treedcc3fbd4518ab4c982ba0b7be17447ea1f23d3f7 /styles
parente0790d7247a15d95d2a954784a0f073d079db85e (diff)
project settings working
Diffstat (limited to 'styles')
-rw-r--r--styles/editor.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/styles/editor.css b/styles/editor.css
index 9ae1baa..6e68b30 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -42,7 +42,11 @@
}
.MuiSwitch-root { margin: -6px 0px; }
-.settings .inner .section > * { margin-bottom: 8px; }
+
+.settings .inner .section > *,
+.form-spacing > *
+{ margin-bottom: 8px !important; }
+
.settings .inner .scroll {
top: 32px;
overflow-y: scroll;
@@ -59,8 +63,8 @@
font-weight: 500;
}
-.settings .inner button,
-.settings .inner .MuiFormControl-root
+.fullwidth-inputs button,
+.fullwidth-inputs .MuiFormControl-root
{ width: 100%; }
:root { --selection-hover-color: rgba(93, 233, 174, 0.04); }