From 0ae396b0da4b0763f4a04cb2244dad78abc45b77 Mon Sep 17 00:00:00 2001 From: seb1k <64972483+seb1k@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:41:23 +0200 Subject: [PATCH] Add files via upload --- styles/styles.min.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles/styles.min.css b/styles/styles.min.css index 9da33b2..2805fff 100644 --- a/styles/styles.min.css +++ b/styles/styles.min.css @@ -381,8 +381,7 @@ position:absolute; top:0px; right:0px; width:60px; -height:55px; - +height:45px; padding-top: 5px; padding-left:10px; line-height: 1.5; @@ -394,7 +393,7 @@ z-index:2; position:absolute; display:none; background-color: var(--background); -top:50px; +top:45px; width:200px; right:0px; } @@ -883,10 +882,6 @@ html.layout-small #layout > div > .header a.button.filter:before { -html.layout-small .hide_small{ -display: none; -} - html:not(.layout-small) #layout > div > .header > .buttons, html:not(.layout-small) a.toolbar-menu-button { display: none; @@ -2792,6 +2787,11 @@ html.layout-small .popover .menu li a[aria-haspopup]:after { } + +html.layout-small .hide_small { + display:none !important; +} + @media screen and (min-width: 769px) {