From 965856aa55b2c7304a2ce9f653ec382feff0cbaa Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 13 Jul 2020 18:19:43 +0200 Subject: [PATCH] align breadcrumbs with community avatar grid --- res/css/structures/_LeftPanel2.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/res/css/structures/_LeftPanel2.scss b/res/css/structures/_LeftPanel2.scss index 96ac5831dc..85f5a5c331 100644 --- a/res/css/structures/_LeftPanel2.scss +++ b/res/css/structures/_LeftPanel2.scss @@ -67,11 +67,9 @@ $tagPanelWidth: 56px; // only applies in this file, used for calculations } .mx_LeftPanel2_breadcrumbsContainer { - width: 100%; overflow-y: hidden; overflow-x: scroll; - margin-top: 20px; - padding-bottom: 2px; + margin: 12px 12px 0 12px; flex: 0 0 auto; // Create yet another flexbox, this time within the row, to ensure items stay // aligned correctly. This is also a row-based flexbox.