[Glitch] Add transition to media modal background

Port f8e50eaea3 to glitch-soc

Signed-off-by: marcin mikołajczak <me@mkljczk.pl>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Marcin Mikołajczak 2021-03-24 13:51:32 +01:00 committed by Claire
parent 34cc6f45ac
commit 196cef8977
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
right: 0;
bottom: 0;
background: rgba($base-overlay-background, 0.7);
transition: background 0.5s;
}
.modal-root__container {