From a6f018d13c9709f745165de632dadf4deb3e2163 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Tue, 19 Nov 2024 14:17:03 +0100 Subject: [PATCH] Wider gaps in paginantion buttons. --- pkg/web_css/lib/src/_list.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/web_css/lib/src/_list.scss b/pkg/web_css/lib/src/_list.scss index e1bd48e9b3..a83416d743 100644 --- a/pkg/web_css/lib/src/_list.scss +++ b/pkg/web_css/lib/src/_list.scss @@ -341,7 +341,8 @@ background: var(--pub-inset-bgColor); font-size: 14px; border-radius: 3px; - margin-top: 40px; + margin: 40px 3px 0 3px; + min-width: 42px; // otherwise page "1" would be much narrower than e.g. page "2" &.-disabled { pointer-events: none;