mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: styles of meta bar
This commit is contained in:
parent
5d22dd35a0
commit
ed1422cdbe
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue