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.
This commit is contained in:
walster001 2024-09-04 14:17:11 +09:30 committed by GitHub
parent 2e1675969a
commit a8f09011e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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