0
0
Fork 0
This commit is contained in:
Xeltica 2021-09-14 14:28:40 +09:00
parent d06f2384dc
commit 230e952c84
19 changed files with 312 additions and 115 deletions

View file

@ -71,8 +71,10 @@ small {
z-index: 40000;
}
.dark .card.dialog {
background: var(--tone-2);
.card.dialog {
.dark & {
background: var(--tone-2);
}
min-width: min(100vw, 320px);
max-width: min(100vw, 600px);
}