Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix custom tag layout which regressed in #5309 #5367

Merged
merged 1 commit into from
Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions res/css/structures/_CustomRoomTagPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ limitations under the License.

// TODO: Update design for custom tags to match new designs

.mx_LeftPanel_tagPanelContainer {
display: flex;
flex-direction: column;
}

.mx_CustomRoomTagPanel {
background-color: $groupFilterPanel-bg-color;
max-height: 40vh;
Expand Down
1 change: 1 addition & 0 deletions res/css/structures/_LeftPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation

// Create another flexbox so the GroupFilterPanel fills the container
display: flex;
flex-direction: column;

// GroupFilterPanel handles its own CSS
}
Expand Down