mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix elephant in onboarding modal being very small sized on small devices (#3932)
This commit is contained in:
parent
21c2bc119c
commit
1fc096ec75
@ -3126,6 +3126,7 @@ button.icon-button.active i.fa-retweet {
|
||||
@media screen and (max-width: 400px) {
|
||||
.onboarding-modal__page-one {
|
||||
flex-direction: column;
|
||||
align-items: normal;
|
||||
}
|
||||
|
||||
.onboarding-modal__page-one__elephant-friend {
|
||||
|
Loading…
Reference in New Issue
Block a user