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}'; -