fix dialog styling

This commit is contained in:
Arthur Lu
2023-05-07 04:35:44 +00:00
parent d74565921e
commit 8cc6b49fbe
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;