fix(ui): Avoid over-long title blocking electron native title bar

This commit is contained in:
SiriusXT 2025-05-12 14:56:04 +08:00
parent 7e35a2dee5
commit 755d0002c9

View File

@ -1782,7 +1782,7 @@ body.zen .title-row {
height: unset !important;
-webkit-app-region: drag;
padding-left: env(titlebar-area-x);
padding-right: 2.5em;
padding-right: calc(100vw - env(titlebar-area-width, 100vw) + 2.5em);
}
body.zen .floating-buttons {