Merge pull request #764 from ticky/tweak-quick-start-area
Fix the position of the Mastodon mascot in the UIlolsob-rspec
commit
a2224bb6ac
|
@ -1149,10 +1149,9 @@ a.status__content__spoiler-link {
|
||||||
|
|
||||||
.getting-started {
|
.getting-started {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow-y: auto;
|
|
||||||
padding-bottom: 235px;
|
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% local;
|
||||||
height: 100%;
|
flex: 1 0 auto;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: $color2;
|
color: $color2;
|
||||||
|
|
Loading…
Reference in New Issue