0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00

Fix sidebar toggle compatibility with messages

This commit is contained in:
Thibaud Colas 2022-01-10 22:48:06 +00:00 committed by Karl Hobley
parent 7e4745fd38
commit 4e5d130dbb

View File

@ -22,6 +22,14 @@
width: 15px;
height: 16px;
}
.has-messages & {
top: $sidebar-toggle-spacing + 70px;
@include media-breakpoint-up(sm) {
top: $sidebar-toggle-spacing;
}
}
}
.sidebar {