From dd403cae53e0a93a2758093b5a946f0496b732c8 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Wed, 18 Aug 2021 17:55:18 +0300 Subject: [PATCH] Fix old round video size --- src/scss/partials/_chatBubble.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/partials/_chatBubble.scss b/src/scss/partials/_chatBubble.scss index f17c4b73..d4fe3fce 100644 --- a/src/scss/partials/_chatBubble.scss +++ b/src/scss/partials/_chatBubble.scss @@ -538,6 +538,8 @@ $bubble-margin: .25rem; .attachment { max-width: var(--round-video-size) !important; max-height: var(--round-video-size) !important; + width: var(--round-video-size) !important; + height: var(--round-video-size) !important; .media-photo, .media-video { border-radius: 50%;