fix: Windows 11 - Fix 'apply split grid' native dialog show even after hiding the buttons, b=no-bug, c=tabs

This commit is contained in:
mr. m
2025-07-25 01:29:50 +02:00
parent 51f22680f4
commit 5f61efa26b

View File

@@ -35,6 +35,11 @@ z-index: 1;
opacity: 0;
pointer-events: none;
}
& .titlebar-button {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
@media -moz-pref('zen.view.experimental-no-window-controls') {