]> cat aescling's git repositories - mastodon.git/blobdiff - app/javascript/styles/mastodon/modal.scss
Use custom mascot on static share page (#15687)
[mastodon.git] / app / javascript / styles / mastodon / modal.scss
index 962ed1ef57b043aaad6742a27642182ad96ad0d6..6c6de4206c028645158aff3f1dbf948534ea2002 100644 (file)
   flex-direction: column;
   justify-content: flex-end;
 
-  > * {
+  > div {
     flex: 1;
     max-height: 235px;
-    background: url('../images/elephant_ui_plane.svg') no-repeat left bottom / contain;
+    position: relative;
+
+    img {
+      max-height: 100%;
+      max-width: 100%;
+      height: 100%;
+      position: absolute;
+      bottom: 0;
+      left: 0;
+    }
   }
 }
 
This page took 0.041283 seconds and 3 git commands to generate.