mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 21:27:41 +00:00
Fixed the setting page's logo that is not displayed on the smartphone (#18710)
This commit is contained in:
parent
47f2ff617d
commit
65ad589848
|
@ -75,6 +75,13 @@ $content-width: 840px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo--wordmark {
|
||||||
|
display: inherit;
|
||||||
|
margin: inherit;
|
||||||
|
width: inherit;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $no-columns-breakpoint) {
|
@media screen and (max-width: $no-columns-breakpoint) {
|
||||||
& > a:first-child {
|
& > a:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue