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
This commit is contained in:
Thorsten Claus 2021-07-24 10:34:24 +02:00 committed by Benjamin Neff
parent 7d0c29e99a
commit 07a49de7e1
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
* Cache local posts/comments count for statistics [#8241](https://github.com/diaspora/diaspora/pull/8241)
* Fix html-syntax in some handlebars templates [#8251](https://github.com/diaspora/diaspora/pull/8251)
* Remove `chat_enabled` flag from archive export [#8265](https://github.com/diaspora/diaspora/pull/8265)
* Change thumbnails in image slideshow to squares [#8275](https://github.com/diaspora/diaspora/pull/8275)
## Bug fixes

View file

@ -55,7 +55,6 @@ $margin: 15px;
li {
border: 0;
border-radius: $thumbnail-size / 2;
height: $thumbnail-size;
margin: $margin 6px;
vertical-align: middle;