improve styling for dialogs

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-12 22:23:40 +00:00
parent ad43fa7f73
commit e8908310b6
2 changed files with 12 additions and 7 deletions

View File

@@ -22,4 +22,12 @@ img {
column-gap: 10px;
align-items: center;
height: 100%;
}
.hidden {
visibility: hidden;
}
.none {
display: none;
}