فهرست منبع

Merge pull request #5517 from walster001/main

Rework fix for mobile devices to incorporate all themes/list headers
Lauri Ojansivu 9 ماه پیش
والد
کامیت
bd283ff4e2
2فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 0 1
      client/components/boards/boardColors.css
  2. 3 3
      client/components/lists/list.css

+ 0 - 1
client/components/boards/boardColors.css

@@ -1796,7 +1796,6 @@
 @media screen and (max-width: 800px) {
 @media screen and (max-width: 800px) {
   .board-color-moderndark .list-header .list-header-name {
   .board-color-moderndark .list-header .list-header-name {
     line-height: unset;
     line-height: unset;
-    vertical-align: middle;
     padding-top: 10px;
     padding-top: 10px;
   }
   }
   .board-color-moderndark .list-header-black, .board-color-moderndark .mini-list {
   .board-color-moderndark .list-header-black, .board-color-moderndark .mini-list {

+ 3 - 3
client/components/lists/list.css

@@ -245,11 +245,11 @@
     padding: 15px 19px;
     padding: 15px 19px;
   }
   }
   .list-header {
   .list-header {
-    padding: 0 12px 0px;
+	  /*Updated padding values for mobile devices, this should fix text grouping issue*/
+    padding: 20px 0px 20px 0px;
     border-bottom: 0px solid #e4e4e4;
     border-bottom: 0px solid #e4e4e4;
-    height: 60px;
+    min-height: 30px;
     margin-top: 10px;
     margin-top: 10px;
-    display: flex;
     align-items: center;
     align-items: center;
   }
   }
   .list-header .list-header-left-icon {
   .list-header .list-header-left-icon {