File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ See the above repository for updates as well as full license text. */
11
11
}
12
12
scrollbox [orient = "vertical" ]{
13
13
display : var (--uc-popup-display , inherit);
14
- grid-template-columns : 38 px 1fr ;
14
+ grid-template-columns : auto 1fr ;
15
15
grid-template-rows : 0 ;
16
16
}
17
17
@@ -26,14 +26,11 @@ scrollbox[orient="vertical"]::before{
26
26
flex-direction : column !important ;
27
27
grid-area : 1 / 1 / auto / 1 ;
28
28
min-width : unset !important ;
29
- margin-top : -3px ;
30
29
align-items : flex-start;
31
30
}
32
- # context-navigation > .menuitem-iconic { min-height : 38 px ; width : unset !important ; }
33
- # context-navigation > .menuitem-iconic [ _moz-menuactive = "true" ] > .menu-iconic-left > .menu-iconic-icon {
34
- border-radius : calc ( var ( --panel-border-radius ) / 2 ) !important ;
31
+ # context-navigation > .menuitem-iconic { width : unset !important ; }
32
+ # context-navigation .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
33
+ width : auto !important ;
35
34
}
36
- # context-navigation > .menuitem-iconic > .menu-iconic-left { margin : 0 !important ; padding : 0 !important ; }
37
35
# context-sep-navigation { display : none }
38
- # context-navigation ~ * { grid-area : auto / 2 / auto / 2 ; }
39
- # context-navigation [hidden ] ~ * { margin-inline-start : -38px ; }
36
+ # context-navigation ~ * { grid-area : auto / 2 / auto / 2 ; }
You can’t perform that action at this time.
0 commit comments