mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
Fixed dialog width in compact view for light and dark mode
This commit is contained in:
parent
bfae6d975c
commit
3bb11e11c3
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue