feat: Added a min-height to the main window, b=(no-bug), c=common

This commit is contained in:
mr. m
2025-05-06 14:43:58 +02:00
parent 951ff28688
commit 019779e425

View File

@@ -208,10 +208,10 @@
Segoe UI Symbol,
Noto Color Emoji;
}
}
&:not([chromehidden~='toolbar']) {
min-height: 495px !important;
}
#main-window:not([chromehidden~='toolbar']) {
min-height: 495px !important;
}
@media (prefers-color-scheme: dark) {