Fixed the titlebar being cut off in Windows 10

This commit is contained in:
ownedbywuigi 2026-04-01 16:08:27 +01:00
commit bd5b144112

View file

@ -121,6 +121,13 @@
margin-top: -1px !important;
margin-left: -1px !important;
}
@media (-moz-os-version: windows-win10) {
#main-window[sizemode="normal"] #TabsToolbar,
#main-window[sizemode="maximized"] #TabsToolbar {
margin-top: 2px !important;
}
}
#titlebar-buttonbox {
-moz-appearance: none !important;