[Glitch] Add explanation as to why unlocked accounts may have follow requests

Port d3ff06a320 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2020-04-04 19:02:10 +02:00
committed by Thibaut Girka
parent 7d5b43d8bb
commit fd7a37c371
2 changed files with 23 additions and 2 deletions

View File

@@ -452,7 +452,8 @@
}
.empty-column-indicator,
.error-column {
.error-column,
.follow_requests-unlocked_explanation {
color: $dark-text-color;
background: $ui-base-color;
text-align: center;
@@ -482,6 +483,11 @@
}
}
.follow_requests-unlocked_explanation {
background: darken($ui-base-color, 4%);
contain: initial;
}
.error-column {
flex-direction: column;
}