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
     padding: 5px;
623
     padding: 5px;
624
   }
624
   }
625
   .content__home__tab__item, .content__home__tab__item.active {
625
   .content__home__tab__item, .content__home__tab__item.active {
626
-    padding-left: 15px;
627
-    padding-right: 15px;
628
     max-width: 165px;
626
     max-width: 165px;
629
   }
627
   }
630
   .content__home__tab__item-news {
628
   .content__home__tab__item-news {
670
     display: block;
668
     display: block;
671
     width: auto;
669
     width: auto;
672
     max-width: 100%;
670
     max-width: 100%;
671
+    padding: 10px 25px;
673
     border-radius: 0px;
672
     border-radius: 0px;
673
+    text-align: left;
674
   }
674
   }
675
   .content__home__tab__item, .content__home__tab__item.active {
675
   .content__home__tab__item, .content__home__tab__item.active {
676
     max-width: 100%;
676
     max-width: 100%;
677
+    padding: 10px 25px;
677
     border: 0px;
678
     border: 0px;
678
   }
679
   }
679
   .content__home__tab-wrapper {
680
   .content__home__tab-wrapper {