From 4244c67acab7fa734c0d2ce6c3666d367d4952ec Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Jul 2020 20:29:08 +0100 Subject: [PATCH] Fix even spacing between sticky and non-sticky headers Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/rooms/_RoomSublist2.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_RoomSublist2.scss b/res/css/views/rooms/_RoomSublist2.scss index a9eeb0767e..762bc247ad 100644 --- a/res/css/views/rooms/_RoomSublist2.scss +++ b/res/css/views/rooms/_RoomSublist2.scss @@ -52,6 +52,7 @@ limitations under the License. // We don't use display:none as that causes the header to go away too. &.mx_RoomSublist2_headerContainer_hasSticky { height: 0; + padding-bottom: 4px; // to get even spacing between sticky and non-sticky headers } .mx_RoomSublist2_stickable {