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.
@@ -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 {