Skip to content

Commit

Permalink
Update all-global-positioning.css
Browse files Browse the repository at this point in the history
  • Loading branch information
soulhotel authored Dec 18, 2024
1 parent f5f2a98 commit 329cd19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/all-global-positioning.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,9 @@ span.button-background.labelled label {padding-left: 5px !important;}
/* fixed positioning */
#sidebar-main {
position:fixed !important;
top: calc(var(--uc-topbars-combined-height) - 2px) !important;
top: calc(var(--uc-topbars-combined-height) - 4px) !important;
left:0px !important;
height:calc(100vh - var(--uc-topbars-combined-height) + 2px) !important;
height:calc(100vh - var(--uc-topbars-combined-height) + 3px) !important;
z-index:999 !important;
}

Expand Down Expand Up @@ -592,7 +592,7 @@ span.button-background.labelled label {padding-left: 5px !important;}
margin-left:55px !important;
}
#main-window[inFullscreen="true"] {
#sidebar-main {top:0 !important; height:100vh !important; }
#sidebar-main {top:-1px !important; height:100vh !important; }
#navigator-toolbox:has(+ #browser > #sidebar-main:not([hidden="true"])) {padding-left: 55px;}
}
}
Expand Down

0 comments on commit 329cd19

Please sign in to comment.