From 6e2a26443da41a52239f30f88aae9fff8d6b8f80 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 17 Aug 2020 10:55:54 +0100 Subject: [PATCH] Fix corner rounding on images not always affecting right side --- res/css/views/messages/_MImageBody.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/css/views/messages/_MImageBody.scss b/res/css/views/messages/_MImageBody.scss index 2faea41709..1c773c2f06 100644 --- a/res/css/views/messages/_MImageBody.scss +++ b/res/css/views/messages/_MImageBody.scss @@ -25,6 +25,7 @@ limitations under the License. height: 100%; left: 0; top: 0; + border-radius: 4px; } .mx_MImageBody_thumbnail_container { @@ -34,8 +35,6 @@ limitations under the License. // Make sure the _thumbnail is positioned relative to the _container position: relative; - - border-radius: 4px; } .mx_MImageBody_thumbnail_spinner {