[Glitch] Improve the public hashtag page

Port 8b19903559 to glitch-soc
This commit is contained in:
Thibaut Girka
2019-01-20 11:47:17 +01:00
parent 3e8b623975
commit 02295257b3
4 changed files with 57 additions and 21 deletions

View File

@ -450,5 +450,33 @@ $fluid-breakpoint: $maximum-width + 20px;
@media screen and (max-width: $no-gap-breakpoint) {
border-bottom: 1px solid lighten($ui-base-color, 12%);
}
&.compact {
.detailed-status__meta {
margin-top: 15px;
}
.status__content {
font-size: 15px;
line-height: 20px;
.emojione {
width: 20px;
height: 20px;
margin: -3px 0 0;
}
.status__content__spoiler-link {
line-height: 20px;
margin: 0;
}
}
.media-gallery,
.status-card,
.video-player {
margin-top: 15px;
}
}
}
}