[Glitch] Add "Show thread" button to public profiles

Port 50cd73e5d7 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Sasha Sorokin 2020-01-29 11:35:54 -05:00 committed by Thibaut Girka
parent 9dc1f7d299
commit dd6149ca0b
1 changed files with 17 additions and 0 deletions

View File

@ -222,3 +222,20 @@
}
}
}
.status__content__read-more-button {
display: block;
font-size: 15px;
line-height: 20px;
color: lighten($ui-highlight-color, 8%);
border: 0;
background: transparent;
padding: 0;
padding-top: 8px;
text-decoration: none;
&:hover,
&:active {
text-decoration: underline;
}
}