make extra titlebar-padding only apply to win10

This commit is contained in:
MrOtherGuy
2021-04-24 09:46:17 +03:00
parent 8d4b1392f2
commit 63822d4fff
2 changed files with 5 additions and 10 deletions

View File

@@ -6,14 +6,13 @@ See the above repository for updates as well as full license text. */
:root{ --uc-window-control-width: 0px !important }
#navigator-toolbox{ padding-top: 29px !important }
#navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
#toolbar-menubar{
position: fixed;
display: flex;
top: var(--uc-titlebar-padding,0px);
height: 29px;
margin-top:1px;
width: 100%;
overflow: hidden;
}