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
diff options
context:
space:
mode:
authorThorsten Claus <thorstenclaus@web.de>2021-07-24 11:34:24 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2021-07-26 03:37:22 +0300
commit07a49de7e1aa3c37f17128bc2cb4aa180a3708ca (patch)
tree77b66561559ffbf2dcc576fe42d60c4883d03c4a /app/assets
parent7d0c29e99aab176f07a2006e6d7f44b3641dcfbe (diff)
Using galleries default border radius Small indicator images in image gallery are round ones, this doesn't correspond with preview shown in stream. It also doesn't look good on real-world images. (may look OK for User profile images)
closes #8275
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gallery.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gallery.scss b/app/assets/stylesheets/gallery.scss
index 67a1a467c..6780c2b3b 100644
--- a/app/assets/stylesheets/gallery.scss
+++ b/app/assets/stylesheets/gallery.scss
@@ -55,7 +55,6 @@ $margin: 15px;
li {
border: 0;
- border-radius: $thumbnail-size / 2;
height: $thumbnail-size;
margin: $margin 6px;
vertical-align: middle;