Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcmrd Senya <35317-cmrd-senya@users.noreply.gitlab.gnome.org>2022-07-18 00:09:15 +0300
committercmrd Senya <35317-cmrd-senya@users.noreply.gitlab.gnome.org>2022-07-18 00:09:15 +0300
commitad266e5fdab3ea363b56465621bef907a97ee5d9 (patch)
treebf2de5ceb2d8f0fed0c7d0a82b94112d138899a8 /app
parent7b3ff3707901cb8b7a83f072ee777c9b97109091 (diff)
Add url fix for blueimp-gallery error.svg in css
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/gallery.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gallery.scss b/app/assets/stylesheets/gallery.scss
index b0e2d522c..7ad36620e 100644
--- a/app/assets/stylesheets/gallery.scss
+++ b/app/assets/stylesheets/gallery.scss
@@ -14,6 +14,10 @@ $margin: 15px;
top: $margin;
}
+ .slide-error {
+ background-image: image-url("blueimp-gallery/img/error.svg");
+ }
+
.slide-loading {
background-image: image-url("blueimp-gallery/img/loading.gif");
}