diff --git a/app/static/css/main.css b/app/static/css/main.css index b4f2ae8..ed4f628 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -7739,4 +7739,10 @@ div:has(> .collapse:not(.show)):has(+ .row.title[title^="资源搜索"]) { .tmdb-attribution a:focus { text-decoration: none; color: inherit; +} + +/* 任务列表:类型筛选按钮与上方名称筛选区域的间距 */ +.tasklist-type-filter { + margin-top: 8px; + margin-bottom: 20px; } \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index e815b6e..e76f203 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -919,7 +919,7 @@