1
Fork 0

Improve media-failed CSS.

This commit is contained in:
Juliusz Chroboczek 2021-10-31 18:12:34 +01:00
parent 028ed7df6d
commit b91d48d4ea
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Galène 0.4.1 (unreleased):
logged in, and will be required for new authorisation schemes.
* Allow scrolling of the login dialog, useful on small devices.
* Fixed a typo that prevented the group name from being displayed.
* Made failed videos more visible.
5 September 2021: Galène 0.4

View File

@ -913,7 +913,7 @@ h1 {
}
.media-failed {
opacity: 0.7;
filter: grayscale(0.5) contrast(0.5);
}
.mirror {