mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Don't warp stickers in the preview modal
This commit is contained in:
committed by
Scott Nonnenberg
parent
0a4190f83f
commit
d14c8e2277
@@ -5598,10 +5598,13 @@ button.module-image__border-overlay:focus {
|
||||
&__cell {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
&__image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&--placeholder {
|
||||
|
||||
Reference in New Issue
Block a user