list users

This commit is contained in:
2022-07-29 23:55:42 +02:00
parent 18529779f4
commit 614a852fe6
5 changed files with 46 additions and 127 deletions

View File

@@ -37,7 +37,3 @@ body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.hidden {
visibility: hidden;
}

3
web/css/style.css Normal file
View File

@@ -0,0 +1,3 @@
.hidden {
visibility: hidden;
}