1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Revert blurring failed media.

Failed media must still be usable.
This commit is contained in:
Juliusz Chroboczek 2020-09-11 21:51:09 +02:00
parent 8d9c3d7d1c
commit 0b5416f617

View file

@ -620,8 +620,7 @@ h1 {
} }
.media-failed { .media-failed {
opacity: 0.5; opacity: 0.7;
filter:blur(5px);
} }
#inputform { #inputform {