lots of changes

This commit is contained in:
2023-04-19 16:26:13 +10:00
parent 190493179f
commit fb9944ef14
26 changed files with 165 additions and 1765 deletions

View File

@@ -78,6 +78,10 @@
flex: 1;
}
.flex-grow-1 {
flex-grow: 1;
}
.flex-0 {
flex: 0 !important;
}