mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
remove spacers
This commit is contained in:
parent
022cab1fcc
commit
7cbc4be852
1 changed files with 8 additions and 0 deletions
|
|
@ -213,15 +213,23 @@
|
|||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes nprogress-spinner {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.VPSidebar .group+.group {
|
||||
border-top: 0px solid transparent;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue