Fix background-size being overwritten (#2382)
This commit is contained in:
committed by
Eugen
parent
3d3707a077
commit
72c984e105
@ -2999,6 +2999,8 @@ button.icon-button.active i.fa-retweet {
|
||||
}
|
||||
|
||||
.media-gallery__item-thumbnail {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
cursor: zoom-in;
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user