From e2a900f39e580761db20d88d63e6a7f260995963 Mon Sep 17 00:00:00 2001 From: "Joschua Thomas Simon-Liedtke (win-10)" Date: Fri, 14 Jul 2023 21:23:32 +0200 Subject: [PATCH] Adjusted left bar, so it can host simulated colors as well. --- src/components/myColors/myColors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/myColors/myColors.css b/src/components/myColors/myColors.css index c2bb9fa..21ea01c 100644 --- a/src/components/myColors/myColors.css +++ b/src/components/myColors/myColors.css @@ -12,11 +12,11 @@ grid-template-areas: "heading" "controls" "colorlist" "freespace"; grid-template-rows: auto auto auto 1fr; height: 100vh; - max-width: 209px; + max-width: 245px; } .empty-message { - width: 85%; + width: 100%; } .color-list-controls {