From 1d339ec17e132e8a4871c914a76fa7904989e6c8 Mon Sep 17 00:00:00 2001 From: walster001 Date: Mon, 12 Aug 2024 21:28:14 +0930 Subject: [PATCH 1/2] Update boardColors.css --- client/components/boards/boardColors.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 6c5e8aa85..2ced16d05 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -1795,7 +1795,8 @@ } @media screen and (max-width: 800px) { .board-color-moderndark .list-header .list-header-name { - line-height: 40px; + line-height: unset; + vertical-align: middle; padding-top: 10px; } .board-color-moderndark .list-header-black, .board-color-moderndark .mini-list { From 25722e5e9ddecce619e44bd4d533cc5f9654971a Mon Sep 17 00:00:00 2001 From: walster001 Date: Mon, 12 Aug 2024 23:49:12 +0930 Subject: [PATCH 2/2] Tweaks to exodark for board backgrounds Removed drop shadow on exodark cards, as when background applied to board it looks a bit rough design wise. Added background-color that will disappear when background is applied, and when background is not applied gives exodark a bit of a smoother cleaner look IMO --- client/components/boards/boardColors.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 2ced16d05..7426d9b35 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -2127,8 +2127,7 @@ margin: 10px; color: #fff; border-radius: 15px; - background: #222; - box-shadow: inset 15px 15px 37px #1c1c1c, inset -15px -15px 37px #282828; + background-color: #1c1c1c; border: none; } .board-color-exodark .swimlane .list:first-child {