From 7ff3e6a26db3ecd9c54c24a86c945c49e976a20b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 14 Jul 2020 15:09:53 +0200 Subject: [PATCH] bring back padding between show more and resize handle --- 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 69cb76d79d..18eaa5747c 100644 --- a/res/css/views/rooms/_RoomSublist2.scss +++ b/res/css/views/rooms/_RoomSublist2.scss @@ -183,6 +183,7 @@ limitations under the License. // See also https://github.com/vector-im/riot-web/issues/14429. &:first-child .mx_RoomSublist2_headerContainer { height: 0; + padding-bottom: 4px; } .mx_RoomSublist2_resizeBox {