mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: handle new GitHub layout
This commit is contained in:
parent
b9be46b337
commit
0a957c97da
1 changed files with 17 additions and 1 deletions
|
|
@ -27,8 +27,24 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
background: $gray-dark;
|
||||
}
|
||||
.Header {
|
||||
max-width: 1012px;
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
@media (min-width: 1280px) {
|
||||
padding: 0 32px !important;
|
||||
}
|
||||
}
|
||||
.pagehead.repohead {
|
||||
box-shadow: inset 0 -1px 0 #e1e4e8;
|
||||
|
||||
& > * {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
|
||||
&.UnderlineNav {
|
||||
position: relative;
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// gitee
|
||||
|
|
|
|||
Loading…
Reference in a new issue