1
0
Fork 1
forked from fedi/mastodon

Fix the top action bar appearing in multi-column layout (#20943)

This commit is contained in:
Claire 2022-12-15 16:40:45 +01:00 committed by talon
parent 78d4cef253
commit 148be7f5ba

View file

@ -2528,7 +2528,7 @@ $ui-header-height: 55px;
}
}
.ui__header {
.layout-single-column .ui__header {
display: flex;
background: $ui-base-color;
border-bottom: 1px solid lighten($ui-base-color, 8%);