Browse Source

Merge pull request #764 from ticky/tweak-quick-start-area

Fix the position of the Mastodon mascot in the UI
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
5d854f37b4
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      app/assets/stylesheets/components.scss

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

@ -1149,10 +1149,9 @@ a.status__content__spoiler-link {
.getting-started {
box-sizing: border-box;
overflow-y: auto;
padding-bottom: 235px;
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
height: 100%;
flex: 1 0 auto;
p {
color: $color2;

Loading…
Cancel
Save