Port #6627 and #6636 to glitch-soc

This commit is contained in:
Thibaut Girka
2018-03-05 11:09:29 +01:00
parent 447d7e6127
commit 25c5223617
3 changed files with 36 additions and 0 deletions

View File

@ -357,6 +357,22 @@
border-radius: 4px;
}
.account--muting-info {
color: $primary-text-color;
position: absolute;
top: 40px;
left: 10px;
opacity: 0.7;
display: inline-block;
vertical-align: top;
background-color: rgba($base-overlay-background, 0.4);
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
padding: 4px;
border-radius: 4px;
}
.account--action-button {
position: absolute;
top: 10px;