max-width: 50% for image thumbnails

This commit is contained in:
Kibi Kelburton 2021-11-08 10:45:21 +01:00
parent 1af19a3d63
commit 8ed2548a3f

View File

@ -1,6 +1,6 @@
/* Element Web modification by nixc */ /* Element Web modification by @nixc:f0ck.it */
/* f0ck.it version: 1.8.2-20-gb73e2fc2-dirty */ /* Quality of Life enhancements the devs don't seem to see */
/* Olm version: 3.2.3 */ /* f0ck.it version: 1.9.3-14 */
.mx_AuthPage_modalContent { .mx_AuthPage_modalContent {
background: #222121 !important; background: #222121 !important;
} }
@ -188,7 +188,7 @@ span.mx_MVideoBody video.mx_MVideoBody {
margin-right: 0; margin-right: 0;
width: max-content; width: max-content;
min-width: unset; min-width: unset;
max-width: 30%; max-width: 50%;
} }
/* .mx_MFileBody { /* .mx_MFileBody {