From e54d803343e905cef10e2fd6b34f99f998e89d2a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 11 Oct 2021 10:50:33 +0100 Subject: [PATCH] Tweak skeleton UI height to be more reasonable --- res/css/views/rooms/_RoomSublist.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_RoomSublist.scss b/res/css/views/rooms/_RoomSublist.scss index 95b9f1822d..315ce08da5 100644 --- a/res/css/views/rooms/_RoomSublist.scss +++ b/res/css/views/rooms/_RoomSublist.scss @@ -391,7 +391,7 @@ limitations under the License. .mx_RoomSublist_skeletonUI { position: relative; margin-left: 4px; - height: 288px; + height: 240px; &::before { background: $roomsublist-skeleton-ui-bg;