mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Fixed the titlebar being cut off in Windows 10
This commit is contained in:
parent
83a3972d44
commit
bd5b144112
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue