From ec55497c5abcad662489e6616d726e749a9e1bb3 Mon Sep 17 00:00:00 2001 From: Znote Date: Sat, 24 Jul 2021 05:16:32 +0200 Subject: [PATCH] Fix img clipping in news feed --- layout/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout/css/style.css b/layout/css/style.css index 38b650f..5732e3a 100644 --- a/layout/css/style.css +++ b/layout/css/style.css @@ -229,6 +229,9 @@ table, .header, .well, .smedia a { } /* Znote AAC */ +.leftPane img { + max-width: 100%; +} /* adding button style to select */ select { background: rgb(15,17,20);