Fix: Compatibility - Windows photon-style's compact mode with maximized top padding #384

This commit is contained in:
alstjr7375 2022-06-06 22:32:14 +09:00
parent d79cc9effc
commit e37743cd9a
2 changed files with 10 additions and 0 deletions

View file

@ -68,6 +68,11 @@
margin-left: -1px;
}
/*= Titlebar Container Size at photon-style compact maximized #384 ===========*/
:root[tabsintitlebar][sizemode="maximized"] #titlebar {
appearance: unset !important;
}
/*= Disabled menu background color ===========================================*/
menuitem[disabled="true"],
menu[disabled="true"] {

View file

@ -37,6 +37,11 @@
margin-left: -1px;
}
/*= Titlebar Container Size at photon-style compact maximized #384 ===========*/
:root[tabsintitlebar][sizemode="maximized"] #titlebar {
appearance: unset !important;
}
/*= Disabled menu background color ===========================================*/
menuitem,
menu {