浏览代码

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 1 年之前
父节点
当前提交
a8f09011e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {
 .board-color-exodark .swimlane .list:first-child {
   min-width: 20px;
   min-width: 20px;
-  margin-left: 0px;
+  margin-left: 10px; /*Added 10px margin to prevent butting up against edge of screen */
   border-left: none;
   border-left: none;
 }
 }
 .board-color-exodark .swimlane .list:nth-child {
 .board-color-exodark .swimlane .list:nth-child {