mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: reposition progress bar of GitHub
This commit is contained in:
parent
6b40ad2ef7
commit
63e94bda6e
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.progress-pjax-loader.is-loading {
|
||||
left: 0; /* reposition progress bar of GitHub */
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue