From a8f09011e902f15583f41bc4cfa4ab62312c8dd3 Mon Sep 17 00:00:00 2001 From: walster001 Date: Wed, 4 Sep 2024 14:17:11 +0930 Subject: [PATCH] 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. --- client/components/boards/boardColors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 7d0e29d5d..deb84dfbf 100644 --- a/client/components/boards/boardColors.css +++ b/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 {