summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorrhyst <rhystyers1@gmail.com>2022-10-20 17:16:30 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-22 14:31:01 +0200
commit031a1726cfa4926c6250cfd8f7a55f5437ccd6a5 (patch)
treee2884a65839504a0c4b0964347f5d8b015a2ccc9 /css
parentd18a9836561340d3b448903429d34ff7d77d2de7 (diff)
Fix NC25 UI issues
Signed-off-by: Rhys Tyers <mail@rhy.si>
Diffstat (limited to 'css')
-rw-r--r--css/content.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index 2e64f61bd..ed2e1c4e4 100644
--- a/css/content.css
+++ b/css/content.css
@@ -236,6 +236,10 @@
min-height: 43px;
}
+#app-content.nc-major-version-25 .compact .utils {
+ top: 0px;
+}
+
/* Only apply opacity to the util bar, not the dropdown */
#app-content .compact .utils ul {
opacity: 0.9;