bunch of fixes for proton compatibility

This commit is contained in:
MrOtherGuy
2021-05-08 14:54:52 +03:00
parent b82eafb47f
commit 6556b1d525
8 changed files with 33 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ See the above repository for updates as well as full license text. */
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ display: none }
#main-menubar{
height: calc(var(--tab-min-height) + 3px);
height: calc(var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px));
background-color: var(--arrowpanel-background);
color: var(--arrowpanel-color);
}
@@ -30,7 +30,7 @@ See the above repository for updates as well as full license text. */
content: "";
display: -moz-box;
width: 30px;
height: calc(var(--tab-min-height) + 3px);
height: calc(var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px));
background-image: linear-gradient(to right, var(--arrowpanel-background) 30%, transparent);
}