aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6904fc50..c0c3f2bb 100644
--- a/style.css
+++ b/style.css
@@ -103,7 +103,12 @@
#style_apply, #style_create, #interrogate{
margin: 0.75em 0.25em 0.25em 0.25em;
- min-width: 3em;
+ min-width: 5em;
+}
+
+#style_apply, #style_create, #deepbooru{
+ margin: 0.75em 0.25em 0.25em 0.25em;
+ min-width: 5em;
}
#style_pos_col, #style_neg_col{
@@ -448,3 +453,13 @@ input[type="range"]{
.context-menu-items a:hover{
background: #a55000;
}
+
+#quicksettings > div{
+ border: none;
+ background: none;
+}
+
+#quicksettings > div > div{
+ max-width: 32em;
+ padding: 0;
+}