fix error dialog styling

This commit is contained in:
alu
2026-07-28 21:36:51 +00:00
parent 1f672e16e6
commit 4582d9726d
2 changed files with 17 additions and 1 deletions
+13
View File
@@ -130,6 +130,19 @@ hr {
align-items: center;
}
.row-reverse {
flex-direction: row-reverse;
row-gap: 10px;
align-items: center;
}
.column {
flex-direction: column;
row-gap: 10px;
align-items: center;
}
.column-reverse {
flex-direction: column-reverse;
row-gap: 10px;