fixed status bar not showing
This commit is contained in:
parent
c271b1f386
commit
25f514a03d
4 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue