remove max-height from panels so their content shows properly on linux

This commit is contained in:
MrOtherGuy
2021-09-23 23:31:21 +03:00
parent 6214f6e1e7
commit c50e8aa8aa
2 changed files with 6 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ See the above repository for updates as well as full license text. */
#TabsToolbar > .titlebar-buttonbox-container{ display: none }
#toolbar-menubar > .titlebar-buttonbox-container{ order: 1000 }
/* Fix panels sizing */
.panel-viewstack{ max-height: unset !important; }
/* Fullscreen mode support */
#navigator-toolbox[inFullscreen]{ margin-top: 0 !important }
#navigator-toolbox[inFullscreen][style*="margin-top"]{ visibility: collapse }