Browse Source

Fix mobile admin sidebar displaying under batch table toolbar (#37307)

pull/1371/head
diondiondion 3 months ago committed by Misty De Meo
parent
commit
1449bd44b3
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C
  1. 1
      app/javascript/styles/mastodon/admin.scss

1
app/javascript/styles/mastodon/admin.scss

@ -170,6 +170,7 @@ $content-width: 840px;
width: 100%;
max-width: $content-width;
flex: 1 1 auto;
isolation: isolate;
}
@media screen and (max-width: ($content-width + $sidebar-width)) {

Loading…
Cancel
Save