1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 01:45:36 +02:00
This commit is contained in:
syuilo
2021-08-09 21:41:20 +09:00
parent e3642a8d10
commit 6678d97cc4
4 changed files with 9 additions and 3 deletions

View File

@@ -318,6 +318,12 @@ hr {
}
}
._window {
background: var(--panel);
border-radius: var(--radius);
contain: content;
}
._popup {
background: var(--popup);
border-radius: var(--radius);