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

local
Claire 1 year ago committed by GitHub
parent 623d3d2e32
commit 38596e49d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

@ -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%);

Loading…
Cancel
Save