From b79394722a628959c1737a24b85ce46589a9b304 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 5 Feb 2019 18:03:16 +0000 Subject: [PATCH] make sure scrollbar is at the far right edge of the LLP --- res/css/structures/_CustomRoomTagPanel.scss | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/res/css/structures/_CustomRoomTagPanel.scss b/res/css/structures/_CustomRoomTagPanel.scss index 16e3e98dac..f02421db2c 100644 --- a/res/css/structures/_CustomRoomTagPanel.scss +++ b/res/css/structures/_CustomRoomTagPanel.scss @@ -21,19 +21,12 @@ limitations under the License. .mx_CustomRoomTagPanel { background-color: $tagpanel-bg-color; - display: flex; - flex-direction: column; - align-items: center; - justify-content: space-between; - color: white -} - -.mx_CustomRoomTagPanel li.selected { - background-color: red; + max-height: 40%; } .mx_CustomRoomTagPanel .mx_AccessibleButton { - margin: 9px 0; + margin: 9px auto; + width: 40px; } .mx_CustomRoomTagPanel .mx_BaseAvatar_image {