From e8048930c4bb064c6e52ee81d575ff2dfdc61de0 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 22 Oct 2018 18:18:36 +0200 Subject: [PATCH] align (+) button and aggregated badge on section header --- res/css/structures/_RoomSubList.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index d956da25d6..40e6a6adb5 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -73,10 +73,13 @@ limitations under the License. filter: brightness($focus-brightness); } +.mx_RoomSubList_addRoom, .mx_RoomSubList_badge { + margin: 5px; +} + .mx_RoomSubList_addRoom { background-color: $roomheader-addroom-color; color: $roomsublist-background; - margin: 5px 10px; border-radius: 9px; text-align: center; vertical-align: middle;