More ../ -> ~.

master
David Yip 6 years ago
parent 54148b9a4a
commit fa768abf5c
No known key found for this signature in database
GPG Key ID: 7DA0036508FCC0CC
  1. 4
      app/javascript/styles/mastodon/modal.scss

@ -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;
}
}

Loading…
Cancel
Save