From b06fdc9c3b4b6dc0d5d60098303dd57d5c098e13 Mon Sep 17 00:00:00 2001 From: unwox Date: Wed, 15 Oct 2025 16:03:08 +0600 Subject: implement pagination --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 55b6368..63bc6e5 100644 --- a/static/style.css +++ b/static/style.css @@ -540,6 +540,12 @@ select { color: #ffffff; } +.paginator { + display: flex; + flex-wrap: wrap; + gap: 0.5rem 1rem; +} + .font-size-0-875 { font-size: 0.875rem; } @@ -593,6 +599,10 @@ select { margin-bottom: 2rem !important; } +.mt-2 { + margin-top: 2rem !important; +} + @media screen and (max-width: 50rem) { body { margin: 1rem; -- cgit v1.2.3