diff options
author | David Yip <yipdw@member.fsf.org> | 2018-01-02 00:26:44 -0600 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-01-02 00:26:44 -0600 |
commit | fa768abf5c10eb3469a26347a9fa5ff677b3d394 (patch) | |
tree | 925942be05a26879e3fb17b6588f82888187bcf5 | |
parent | 54148b9a4a044e2c3ac9bb5eed71edcc0d598907 (diff) |
More ../ -> ~.
-rw-r--r-- | app/javascript/styles/mastodon/modal.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/modal.scss b/app/javascript/styles/mastodon/modal.scss index 310dcb924..a17476ccb 100644 --- a/app/javascript/styles/mastodon/modal.scss +++ b/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; } } |