Redesign login page and select server

This commit is contained in:
MrTimscampi 2020-07-19 04:36:47 +02:00
parent a2ac8353fa
commit 5ca77d53fd
5 changed files with 20 additions and 11 deletions

View file

@ -129,3 +129,7 @@ div[data-role=page] {
.hide-scroll {
overflow-y: hidden;
}
.w-100 {
width: 100%;
}