Skip to content

Commit

Permalink
Removing huge logo banner thing on admin page on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusk committed Jul 3, 2024
1 parent cf3234a commit e09be08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/javascript/styles/mastodon/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ $content-width: 840px;
height: 100px;
}

// Hometown edit to remove huge logo at top of admin page on mobile
@media screen and (max-width: $no-gap-breakpoint - 285px - 1px) {
.logo {
display: none;
}
}

.logo--wordmark {
display: inherit;
margin: inherit;
Expand Down

0 comments on commit e09be08

Please sign in to comment.