From bb3ea5c9aa2f6be5f56e51e681dba5a4a5dd2b3d Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 14 Mar 2025 01:22:32 +0900 Subject: [PATCH] Fix overlapping pagination links #2521 --- modules/admin/tpl/css/admin.css | 5 +++++ modules/comment/tpl/comment_list.html | 1 - modules/document/tpl/document_list.html | 15 +++++++-------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index c3a09a36a..8ef7ff6a5 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -185,6 +185,11 @@ body>.x, height: 24px; padding: 0 6px; } +@media screen and (max-width: 800px) { + .x .x_pagination { + clear: both; + } +} .x .btn { color: #333; } diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html index 838df8911..ff14e4691 100644 --- a/modules/comment/tpl/comment_list.html +++ b/modules/comment/tpl/comment_list.html @@ -83,7 +83,6 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; -
diff --git a/modules/document/tpl/document_list.html b/modules/document/tpl/document_list.html index d9f53ed3f..20ca7a103 100644 --- a/modules/document/tpl/document_list.html +++ b/modules/document/tpl/document_list.html @@ -72,16 +72,15 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; -