From 8ed2548a3f210509558424c3c30e112c3ab0d53f Mon Sep 17 00:00:00 2001 From: noxy Date: Mon, 8 Nov 2021 10:45:21 +0100 Subject: [PATCH] max-width: 50% for image thumbnails --- custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom.css b/custom.css index c33a588..6f95bed 100644 --- a/custom.css +++ b/custom.css @@ -1,6 +1,6 @@ -/* Element Web modification by nixc */ -/* f0ck.it version: 1.8.2-20-gb73e2fc2-dirty */ -/* Olm version: 3.2.3 */ +/* Element Web modification by @nixc:f0ck.it */ +/* Quality of Life enhancements the devs don't seem to see */ +/* f0ck.it version: 1.9.3-14 */ .mx_AuthPage_modalContent { background: #222121 !important; } @@ -188,7 +188,7 @@ span.mx_MVideoBody video.mx_MVideoBody { margin-right: 0; width: max-content; min-width: unset; - max-width: 30%; + max-width: 50%; } /* .mx_MFileBody {