]> cat aescling's git repositories - mastodon.git/commitdiff
More ../ -> ~.
authorDavid Yip <yipdw@member.fsf.org>
Tue, 2 Jan 2018 06:26:44 +0000 (00:26 -0600)
committerDavid Yip <yipdw@member.fsf.org>
Tue, 2 Jan 2018 06:26:44 +0000 (00:26 -0600)
app/javascript/styles/mastodon/modal.scss

index 310dcb9249e3aab245765c54e65eafb8b8f5a229..a17476ccb59df90bfe403ffac016e2d64fdc5d0c 100644 (file)
@@ -1,5 +1,5 @@
 .modal-layout {
-  background: $ui-base-color url('../images/wave-modal.png') repeat-x bottom fixed;
+  background: $ui-base-color url('~images/wave-modal.png') repeat-x bottom fixed;
   display: flex;
   flex-direction: column;
   height: 100vh;
@@ -15,6 +15,6 @@
   > * {
     flex: 1;
     max-height: 235px;
-    background: url('../images/mastodon-ui.png') no-repeat left bottom / contain;
+    background: url('~images/mastodon-ui.png') no-repeat left bottom / contain;
   }
 }