Override titlebarbutton box direction for linux_gtk systems

This commit is contained in:
MrOtherGuy 2019-05-05 13:42:28 +03:00
parent a04d7a1a63
commit 63863612b9

View file

@ -7,7 +7,11 @@ have menubar permanently enabled and want it on top
/* IMPORTANT */
/*
Get window_control_placeholder_support.css
Window controls will be all wrong without it
Window controls will be all wrong without it.
Additionally on Linux, you may need to get:
linux_gtk_window_control_patch.css
*/
:root{
@ -43,4 +47,6 @@ Window controls will be all wrong without it
.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#navigator-toolbox::after{ display: none !important; }
#navigator-toolbox::after{ display: none !important; }
@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }