fix dialog styling

This commit is contained in:
2023-05-07 04:35:44 +00:00
parent e2a6083e22
commit 32f0625770
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ body {
grid-template-rows: auto 1fr;
}
main {
main, dialog {
max-width: 100vw;
background-color: #303030;
color: white;