summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index fdd80bf6e..d8fca2e9a 100644
--- a/css/content.css
+++ b/css/content.css
@@ -222,6 +222,7 @@
line-height: 52px;
box-sizing: border-box;
padding: 15px 50px 0 15px;
+ position: relative;
}
#app-content .compact .utils {
@@ -232,6 +233,10 @@
top: 50px;
background-color: var(--color-main-background);
min-height: 43px;
+}
+
+/* Only apply opacity to the util bar, not the dropdown */
+#app-content .compact .utils ul {
opacity: 0.9;
}