fixed status bar not showing

This commit is contained in:
Alec Merdler 2017-07-26 11:24:12 -04:00
parent c271b1f386
commit 25f514a03d
4 changed files with 14 additions and 5 deletions

View file

@ -48,6 +48,12 @@
z-index: 2;
}
.announcement.inline .message {
display: flex;
justify-content: center;
align-items: center;
}
.announcement .spacer {
display: inline-block;
width: 45px;