mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-25 15:36:55 +01:00
Bugfix: show images in quotes at right size
This commit is contained in:
@@ -1915,11 +1915,12 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
||||
}
|
||||
|
||||
.module-quote__icon-container {
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
flex: auto auto 54px;
|
||||
background-size: cover;
|
||||
flex: 0 0 54px;
|
||||
position: relative;
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
.module-quote__icon-container__inner {
|
||||
|
||||
Reference in New Issue
Block a user