add default white background to controlbar

This commit is contained in:
koksnuss 2020-05-01 21:12:42 +02:00
parent c747461076
commit 9f7e051a9f

View File

@ -174,6 +174,7 @@ div.username {
width: 100%;
height: 70px;
line-height: 70px;
background-color: white;
text-align: center;
z-index: 1;
}