0
0

Ran the formatter on all PHP files, added userbar.css

This commit is contained in:
Bryan Pedini
2019-07-17 10:37:44 +02:00
parent 923184ab68
commit f2a56c2abc
8 changed files with 159 additions and 119 deletions

View File

@@ -0,0 +1,4 @@
html,body {
height: 100%;
width: 100%;
}

4
lib/css/userbar.css Normal file
View File

@@ -0,0 +1,4 @@
.userbar {
width: 100%;
height: 50px;
}