Skip to content

Commit

Permalink
Fixed the setting page's logo that is not displayed on the smartphone (
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh authored and kadoshita committed Nov 19, 2022
1 parent 1ca15ae commit d068c1c
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 @@ -75,6 +75,13 @@ $content-width: 840px;
height: 100px;
}

.logo--wordmark {
display: inherit;
margin: inherit;
width: inherit;
height: 20px;
}

@media screen and (max-width: $no-columns-breakpoint) {
& > a:first-child {
display: none;
Expand Down

0 comments on commit d068c1c

Please sign in to comment.