Admin panel works in mobile view

This commit is contained in:
djmaze 2021-02-17 09:33:41 +01:00
parent d7994ddab6
commit 1df2e00862
3 changed files with 34 additions and 25 deletions

View file

@ -76,9 +76,15 @@
right: 0;
left: 0;
height: 34px;
padding: 8px @rlLowMargin;
padding: 8px @rlLowMargin 8px 0;
color: #fff;
text-shadow: 0 1px 1px #000;
display: flex;
h4 {
flex-grow: 1;
}
}
.b-content {