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:
parent
7d0c29e99a
commit
07a49de7e1
2 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
* Cache local posts/comments count for statistics [#8241](https://github.com/diaspora/diaspora/pull/8241)
|
* 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)
|
* 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)
|
* 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
|
## Bug fixes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,6 @@ $margin: 15px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: $thumbnail-size / 2;
|
|
||||||
height: $thumbnail-size;
|
height: $thumbnail-size;
|
||||||
margin: $margin 6px;
|
margin: $margin 6px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue