CSS: fix Jani on front-page and compose box, paragraph spacing

master
Crom 2018-01-29 14:08:37 -08:00 committed by Noiob
parent f61eccd8ee
commit eea24ac2bd
1 changed files with 20 additions and 3 deletions

View File

@ -43,9 +43,9 @@
.mascot {
position: absolute;
bottom: 0px;
width: auto;
height: 70%;
left: 60px;
width: 75%;
height: auto;
left: 0px;
}
}
}
@ -55,3 +55,20 @@
columns: 3 250px;
}
}
.status__content {
padding: 0px;
}
.drawer {
@for $i from 0 through 3 {
&.mbstobon-#{$i} > .contents {
background-image: none;
filter: none;
& > .mastodon {
background: url("~images/mastodon-getting-started.png") no-repeat left bottom / contain;
filter: none;
}
}
}
}