mirror of https://github.com/vector-im/riot-web
Merge pull request #5367 from aaronraimist/fix-custom-tag-layout
Fix custom tag layout which regressed in #5309pull/21833/head
commit
d10234740b
|
@ -16,11 +16,6 @@ limitations under the License.
|
||||||
|
|
||||||
// TODO: Update design for custom tags to match new designs
|
// TODO: Update design for custom tags to match new designs
|
||||||
|
|
||||||
.mx_LeftPanel_tagPanelContainer {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel {
|
.mx_CustomRoomTagPanel {
|
||||||
background-color: $groupFilterPanel-bg-color;
|
background-color: $groupFilterPanel-bg-color;
|
||||||
max-height: 40vh;
|
max-height: 40vh;
|
||||||
|
|
|
@ -32,6 +32,7 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation
|
||||||
|
|
||||||
// Create another flexbox so the GroupFilterPanel fills the container
|
// Create another flexbox so the GroupFilterPanel fills the container
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
// GroupFilterPanel handles its own CSS
|
// GroupFilterPanel handles its own CSS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue