ソースを参照

Fix: Restore page size on the mobile view

iaun 3 ヶ月 前
コミット
539b618560
1 ファイル変更2 行追加2 行削除
  1. 2 2
      frontend/src/index.css

+ 2 - 2
frontend/src/index.css

@@ -17,13 +17,13 @@ body {
 /* Mobile responsive styles */
 @media (max-width: 767px) {
   /* Force show pagination size changer on mobile */
-  .ant-pagination-options {
+  /*.ant-pagination-options {
     display: inline-block !important;
   }
   
   .ant-pagination-options-size-changer {
     display: inline-block !important;
-  }
+  }*/
 
   /* Ensure minimum touch target size of 44x44px */
   .ant-btn {