mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 23:06:30 +00:00
Fixed dialog width in compact view for light and dark mode
This commit is contained in:
@@ -3,10 +3,12 @@
|
|||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
/* Zen Welcome idalog override */
|
/* Zen Welcome dialog override */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.dialogBox:not(.spotlightBox) {
|
.dialogBox:not(.spotlightBox) {
|
||||||
border: 1px solid var(--zen-colors-border);
|
border: 1px solid var(--zen-colors-border);
|
||||||
min-width: min(80vw, 376px);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dialogBox:not(.spotlightBox) {
|
||||||
|
min-width: min(80vw, 376px);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user