Browse Source

fix design tab home page for mobile

Come 8 years ago
parent
commit
bd2b6e2e30
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tracim/tracim/public/assets/css/dashboard.css

+ 3 - 2
tracim/tracim/public/assets/css/dashboard.css View File

@@ -623,8 +623,6 @@ div.mce-fullscreen {
623 623
     padding: 5px;
624 624
   }
625 625
   .content__home__tab__item, .content__home__tab__item.active {
626
-    padding-left: 15px;
627
-    padding-right: 15px;
628 626
     max-width: 165px;
629 627
   }
630 628
   .content__home__tab__item-news {
@@ -670,10 +668,13 @@ div.mce-fullscreen {
670 668
     display: block;
671 669
     width: auto;
672 670
     max-width: 100%;
671
+    padding: 10px 25px;
673 672
     border-radius: 0px;
673
+    text-align: left;
674 674
   }
675 675
   .content__home__tab__item, .content__home__tab__item.active {
676 676
     max-width: 100%;
677
+    padding: 10px 25px;
677 678
     border: 0px;
678 679
   }
679 680
   .content__home__tab-wrapper {