From a01e38bc709c8dcd9ec298fbf1d51a14edea6298 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 28 Aug 2023 09:43:38 +0800 Subject: [PATCH] The repository list page, pading top and bottom is too small compared as v1.20, increase them so make it looks like before --- web_src/css/shared/flex-list.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/css/shared/flex-list.css b/web_src/css/shared/flex-list.css index c73f78ebfe035..f0741ecdffdd6 100644 --- a/web_src/css/shared/flex-list.css +++ b/web_src/css/shared/flex-list.css @@ -9,7 +9,7 @@ } .flex-item:not(:last-child) { - padding-bottom: 8px; + padding-bottom: 1rem; } .flex-item-baseline { @@ -92,5 +92,5 @@ .flex-list > .flex-item + .flex-item { border-top: 1px solid var(--color-secondary); - padding-top: 8px; + padding-top: 1rem; }