fix: reposition progress bar of GitHub

This commit is contained in:
EnixCoda 2020-03-10 20:37:31 +08:00
parent 6b40ad2ef7
commit 63e94bda6e
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -70,6 +70,10 @@
}
}
.progress-pjax-loader.is-loading {
left: 0; /* reposition progress bar of GitHub */
}
.hidden {
display: none;
}