bugfixes, ui changes, rds reset feature

This commit is contained in:
NoobishSVK
2024-01-29 23:32:00 +01:00
parent 6e25e0b1dd
commit 525ae519d7
7 changed files with 105 additions and 27 deletions
+16
View File
@@ -42,6 +42,10 @@
margin-left: 20px;
}
.m-right-20 {
margin-right: 20px;
}
.h-100 {
height: 100%;
}
@@ -154,7 +158,19 @@
.flex-phone {
display: flex;
}
.flex-phone-column {
flex-flow: column;
}
.hide-phone {
display: none;
}
.m-0 {
margin: auto;
}
}
@media only screen and (min-width: 769px) {
.hide-desktop {
display: none;
}
}