From 71dafbd94eefebf44419782bd2f94f5073de9ea7 Mon Sep 17 00:00:00 2001 From: huangjx Date: Fri, 1 Oct 2021 23:21:38 +0800 Subject: [PATCH] fixed download queue layout issue in NC20 --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 0481d96..3bcb3bd 100644 --- a/css/style.css +++ b/css/style.css @@ -179,6 +179,10 @@ div .number { 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 (max-width: 1024px) {