From 0bc88f58f7cf4bfa9d90b56116a16dda9f9e5a0e Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Sun, 8 May 2022 15:59:12 -0400 Subject: [PATCH] fixing bottom pagination for mobile --- templates/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/index.html b/templates/index.html index 903d0c9..b68c2d7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -151,11 +151,20 @@ font-size: 1.1rem; appearance: none; padding: 0; + max-width: 80%; + } + + .pagination_link { + display: flex; + white-space: nowrap; + overflow: hidden; } .button_text { padding: 8px 16px; text-decoration: none; + white-space: nowrap; + overflow: hidden; {%- if config.extra.base0d %} color: {{ config.extra.base0d }}; {% else %}