From cfa1ce8617430cdec47409a455ea2aead713334e Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 3 Oct 2023 19:17:25 +0300 Subject: [PATCH] Shorten padding on page items if they are too wide --- app/views/browse/_paging_nav.html.erb | 38 ++++++++++++++++++--------- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/app/views/browse/_paging_nav.html.erb b/app/views/browse/_paging_nav.html.erb index cbe8cdefb..778f51a1f 100644 --- a/app/views/browse/_paging_nav.html.erb +++ b/app/views/browse/_paging_nav.html.erb @@ -2,18 +2,32 @@

<%= heading %>

<% if pages.page_count > 1 %> <% end %> -- 2.39.5