mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:05:00 +08:00
UX: fix cropped image thumbnails
This commit is contained in:
parent
3fedb2ad20
commit
2ee2e5c981
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
.lightbox-wrapper {
|
.lightbox-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
img {
|
||||||
|
object-fit: cover;
|
||||||
|
object-position: top;
|
||||||
|
}
|
||||||
&,
|
&,
|
||||||
* {
|
* {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user