From a4f8faa48e3fb6c617cf9c5a398bc7f85b8bae92 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 13 Jan 2026 21:22:39 +0200 Subject: [PATCH] Removed extra list borders. Thanks to TDSCDMA and xet7 ! Related #6063 --- client/components/boards/boardColors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 146991d27..a0fb5f73c 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -1425,7 +1425,7 @@ THEME - Clear Blue } .board-color-clearblue .list { background: rgba(255,255,255,0.35); - margin: 10px; + margin: 10px 0; border: 0; border-radius: 14px; } @@ -2588,7 +2588,7 @@ THEME - Exodark background: #222; } .board-color-exodark .list { - margin: 10px; + margin: 10px 0; color: #fff; border-radius: 15px; background-color: #1c1c1c;