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 {