Fixed the setting page's logo that is not displayed on the smartphone (#18710)

local
mayaeh 2 years ago committed by GitHub
parent 47f2ff617d
commit 65ad589848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/javascript/styles/mastodon/admin.scss

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

Loading…
Cancel
Save