mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Style sticker content rather than thumbnail.
This commit is contained in:
parent
8d8580a213
commit
85fca9dee8
@ -21,17 +21,17 @@ limitations under the License.
|
|||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MStickerBody_thumbnail_container {
|
.mx_MStickerBody_image_container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MStickerBody_thumbnail {
|
.mx_MStickerBody_image {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MStickerBody_thumbnail_visible {
|
.mx_MStickerBody_image_visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user