]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Add transition to media modal background
authorMarcin Mikołajczak <me@mkljczk.pl>
Wed, 24 Mar 2021 12:51:32 +0000 (13:51 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Fri, 7 May 2021 20:47:09 +0000 (22:47 +0200)
Port f8e50eaea351d743bf80e65c2178c4ed46d65881 to glitch-soc

Signed-off-by: marcin mikołajczak <me@mkljczk.pl>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/components/modal.scss

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