diff options
author | JantsoP <jantso.porali@gmail.com> | 2017-04-03 13:50:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 13:50:57 +0200 |
commit | bfa99981e5b9ec6b827003b60f9b54b6399e003f (patch) | |
tree | 4671bb96d7ad20e38c7983f0b7dbd05bc9c1dc06 /app/assets/stylesheets | |
parent | 6501ffdadc593e4e0cd691533906a7396f552902 (diff) | |
parent | 01b79beca4aa6346e7370f9c5941cc8e82266e54 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index f8003e5fd..d233b3471 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -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; |