]> cat aescling's git repositories - mastodon.git/commitdiff
Fix some image paths in SCSS files
authorThibaut Girka <thib@sitedethib.com>
Wed, 2 Jan 2019 14:26:36 +0000 (15:26 +0100)
committerThibaut Girka <thib@sitedethib.com>
Wed, 2 Jan 2019 14:36:59 +0000 (15:36 +0100)
app/javascript/flavours/glitch/styles/components/modal.scss
app/javascript/styles/mastodon/components.scss

index dc26ca3b5eada5f2741f8b2e7235dbb91158ddf2..3598959e73b49008c46c7404d26f23f68780100c 100644 (file)
     width: 100px;
     height: 100px;
     transform: translate(-50%, -50%);
-    background: url('~/images/reticle.png') no-repeat 0 0;
+    background: url('~images/reticle.png') no-repeat 0 0;
     border-radius: 50%;
     box-shadow: 0 0 0 9999em rgba($base-shadow-color, 0.35);
   }
index eaf25e7872f09628491782e405c8cb92bbb00e3b..da66ccd95da9e029ecdba0953bbb323fae2431f7 100644 (file)
@@ -5257,7 +5257,7 @@ noscript {
     width: 100px;
     height: 100px;
     transform: translate(-50%, -50%);
-    background: url('~/images/reticle.png') no-repeat 0 0;
+    background: url('~images/reticle.png') no-repeat 0 0;
     border-radius: 50%;
     box-shadow: 0 0 0 9999em rgba($base-shadow-color, 0.35);
   }