[Glitch] Change sensitive preview cards to not blur text

Port a1ad2ad951 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2020-06-26 14:31:13 +02:00
committed by Thibaut Girka
parent 9c3b9d5ab9
commit 934bacd05f
2 changed files with 3 additions and 10 deletions

View File

@ -875,11 +875,6 @@ a.status-card {
flex: 1 1 auto;
overflow: hidden;
padding: 14px 14px 14px 8px;
&--blurred {
filter: blur(2px);
pointer-events: none;
}
}
.status-card__description {