fix: styles of meta bar

This commit is contained in:
EnixCoda 2020-06-21 17:02:08 +08:00
parent 5d22dd35a0
commit ed1422cdbe
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -278,9 +278,9 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
.meta-bar {
position: relative; // prevent overlap by outline of other elements
height: 53px; // GitHub header height if login
min-height: 53px; // GitHub header height if login
flex-shrink: 0;
padding: 4px 10px;
padding: 5px 10px;
padding-right: 30px; // space for toggle button
background: $bg-blue-light;
}