Sidebar open close handle

This commit is contained in:
MrFry 2020-03-15 11:54:00 +01:00
parent 255d892177
commit 6688a1417d
2 changed files with 25 additions and 18 deletions

View file

@ -164,11 +164,8 @@ body {
}
.loadingindicator {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
vertical-align: middle;
color: #fff;
font-size: 30px;