mirror of https://github.com/vector-im/riot-web
align breadcrumbs with community avatar grid
parent
375f6fa4d8
commit
965856aa55
|
@ -67,11 +67,9 @@ $tagPanelWidth: 56px; // only applies in this file, used for calculations
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_LeftPanel2_breadcrumbsContainer {
|
.mx_LeftPanel2_breadcrumbsContainer {
|
||||||
width: 100%;
|
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
margin-top: 20px;
|
margin: 12px 12px 0 12px;
|
||||||
padding-bottom: 2px;
|
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
// Create yet another flexbox, this time within the row, to ensure items stay
|
// Create yet another flexbox, this time within the row, to ensure items stay
|
||||||
// aligned correctly. This is also a row-based flexbox.
|
// aligned correctly. This is also a row-based flexbox.
|
||||||
|
|
Loading…
Reference in New Issue