From e5713fed8704da178373cf8889dd027bd269c78d Mon Sep 17 00:00:00 2001 From: Agha Saad Fraz Date: Feb 06 2022 15:59:20 +0000 Subject: [PATCH 1/2] Update styling of crumbs Signed-off-by: Agha Saad Fraz I have removed the display:none property as it hides the crumbs when window width is less than 1024px. --- diff --git a/src/css/breadcrumbs.css b/src/css/breadcrumbs.css index 12f7344..8051281 100644 --- a/src/css/breadcrumbs.css +++ b/src/css/breadcrumbs.css @@ -1,5 +1,4 @@ .crumbs { - display: none; flex: 1 1; padding: 0 0.5rem 0 0.75rem; line-height: 1.35; From 378e79f04b8bddd3b063de63aa982b74545bcdcd Mon Sep 17 00:00:00 2001 From: Agha Saad Fraz Date: Feb 06 2022 15:59:20 +0000 Subject: [PATCH 2/2] Update the styling of toolbar Signed-off-by: Agha Saad Fraz Problem: "Edit this page" gets hidden when windows width becomes smaller than 1024px Solution: Removing the display:none property will fix the issue --- diff --git a/src/css/toolbar.css b/src/css/toolbar.css index b6c7cb9..9cd5082 100644 --- a/src/css/toolbar.css +++ b/src/css/toolbar.css @@ -66,7 +66,6 @@ } .edit-this-page { - display: none; padding-right: 0.5rem; }