diff options
author | imncls <himasoto@gmail.com> | 2018-02-23 23:50:25 +0900 |
---|---|---|
committer | imncls <himasoto@gmail.com> | 2018-02-23 23:50:25 +0900 |
commit | 697f2895976c4b8acd5a02b9877c14e2d679d820 (patch) | |
tree | 4a6de9711229a26f12502a0d25905cca12cc10e5 /app | |
parent | bb6988a7ac319c08776d8c07204232a67f992671 (diff) |
Use absolute URL for focus reticle
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 09b38859b..0b5a721a7 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4897,7 +4897,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); } |