Browse Source

Fix character images' sizing to make it robust (#2327)

closed-social-glitch-2
mecab 7 years ago
committed by Eugen
parent
commit
1646ca75f0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/assets/stylesheets/components.scss

+ 2
- 2
app/assets/stylesheets/components.scss View File

@ -1268,7 +1268,7 @@ a.status__content__spoiler-link {
.getting-started {
box-sizing: border-box;
padding-bottom: 235px;
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
background: image-url('mastodon-getting-started.png') no-repeat 0 100%/contain local;
flex: 1 0 auto;
p {
@ -2203,7 +2203,7 @@ button.icon-button.active i.fa-retweet {
}
.onboarding-modal__page-one__elephant-friend {
background: image-url('elephant-friend.png') no-repeat 0 0;
background: image-url('elephant-friend.png') no-repeat center center/contain;
width: 147px;
height: 160px;
margin-right: 10px;

Loading…
Cancel
Save