From 5e5980db2184a544e3515ee427e939fdd6676874 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 13 Nov 2020 16:57:28 +0800 Subject: [PATCH] chore: adjust padding of meta bar --- src/content.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content.scss b/src/content.scss index 34f16ad..6de0615 100644 --- a/src/content.scss +++ b/src/content.scss @@ -327,10 +327,10 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- .meta-bar { position: relative; // prevent overlap by outline of other elements - min-height: 53px; // GitHub header height if login + min-height: 62px; // GitHub header height if login flex-shrink: 0; - padding: 5px 10px; - padding-right: $button-size; // space for toggle button + padding: 8px 10px; + padding-right: $button-size + 8px * 2; // space for toggle button background: $gray-000; }