CSS: Fix #notifications layout on mobile

refs #4562
This commit is contained in:
Florian Strohmaier 2021-10-21 15:59:47 +02:00
parent c672fdffc8
commit ea5560756b
1 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,9 @@
list-style-type: none;
margin: 0;
padding: 0;
}
#layout:not(.minimal-layout) #notifications {
padding-left: 12em;
}