Fix toolbar buttons in notification view for mobile

This commit is contained in:
Johannes Zellner
2021-11-08 21:50:44 +01:00
parent 9a975fae43
commit 54c846fed6
2 changed files with 10 additions and 3 deletions

View File

@@ -215,9 +215,14 @@ html, body {
max-width: 720px;
margin: 0 auto;
@media(min-width:768px) {
width: 720px;
.title-toolbar {
float: right !important;
}
&.content-large {
width: 970px;
max-width: 970px;