Fix image alignment issues

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-13 11:49:49 +02:00
parent fca5125c5b
commit 866a11d7e3
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
3 changed files with 18 additions and 19 deletions

View file

@ -15,19 +15,11 @@ limitations under the License.
*/
.mx_MImageReplyBody {
display: grid;
grid-template:
"image sender" 20px
"image filename" 20px
/ 44px auto;
grid-gap: 4px;
}
.mx_MImageReplyBody_thumbnail {
grid-area: image;
display: flex;
.mx_MImageBody_thumbnail_container {
max-height: 44px !important;
flex: 1;
padding-right: 4px;
}
}