logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 5d854f37b487b7ca25f817409b361cbf98c1bd1c
parent: 92a0b3d73a6281574030c4ecb0c9bccbfb0a0925
Author: Eugen <eugen@zeonfederated.com>
Date:   Mon,  3 Apr 2017 12:59:16 +0200

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

Fix the position of the Mastodon mascot in the UI

Diffstat:

Mapp/assets/stylesheets/components.scss3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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;