fixed download queue layout issue in NC20

This commit is contained in:
huangjx
2021-10-01 23:21:38 +08:00
parent e04181dbee
commit 71dafbd94e

View File

@@ -179,6 +179,10 @@ div .number {
vertical-align: middle; vertical-align: middle;
} }
#ncdownloader-content > #app-navigation:not(.vue) > ul > li > a {
padding: 0 12px 0 44px;
}
@media only screen and (min-width: 800px) {} @media only screen and (min-width: 800px) {}
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {