remove spacers
This commit is contained in:
parent
022cab1fcc
commit
7cbc4be852
@ -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…
Reference in New Issue
Block a user