[Glitch] Make visibility icon clickable as part of the time of a toot

Port 1d07f51039 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Mélanie Chauvel
2020-10-27 03:00:47 +01:00
committed by Thibaut Girka
parent 578e757d09
commit 078744f210
3 changed files with 7 additions and 9 deletions

View File

@@ -201,19 +201,18 @@
display: initial;
}
.status__relative-time,
.status__visibility-icon {
.status__relative-time {
color: $dark-text-color;
float: right;
font-size: 14px;
width: auto;
margin: initial;
padding: initial;
padding-bottom: 1px;
}
.status__visibility-icon {
margin-left: 4px;
margin-right: 4px;
padding: 0 4px;
}
.status__info .status__display-name {