aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-09 22:24:07 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-09 22:24:07 +0300
commit6c383d2e82045fc4475d665f83bdeeac8fd844d9 (patch)
tree0e96ca391170aa5c4a4d76f266ad08462d203a9a /style.css
parent45bf9a6264b3507473e02cc3f9aa36559f24aca2 (diff)
show model selection setting on top of page
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 101d2052..28160bdf 100644
--- a/style.css
+++ b/style.css
@@ -453,3 +453,12 @@ input[type="range"]{
.context-menu-items a:hover{
background: #a55000;
}
+
+#quicksettings > div{
+ border: none;
+}
+
+#quicksettings > div > div{
+ max-width: 32em;
+ padding: 0;
+}