Przeglądaj źródła

Exodark Margin Fix

Added 10px margin to ExoDark lists also (following on from Clearblue fix) as with those rounded backgrounded lists I feel it looks nicer to give it some padding. 

Open to other contributors perspective however.
walster001 10 miesięcy temu
rodzic
commit
a8f09011e9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/components/boards/boardColors.css

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

@@ -2596,7 +2596,7 @@ THEME - Exodark
 }
 .board-color-exodark .swimlane .list:first-child {
   min-width: 20px;
-  margin-left: 0px;
+  margin-left: 10px; /*Added 10px margin to prevent butting up against edge of screen */
   border-left: none;
 }
 .board-color-exodark .swimlane .list:nth-child {