From f88adfcebc0008a7b8bf945b47ab8321226aad95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Utku=20ER=C5=9EAH=C4=B0NCE?= Date: Sun, 21 Jul 2024 18:47:10 +0300 Subject: [PATCH] 7 node / row limit added for screen width > 1780px --- app/css/chise.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/css/chise.css b/app/css/chise.css index 5d189e57..dbb301b5 100644 --- a/app/css/chise.css +++ b/app/css/chise.css @@ -875,7 +875,7 @@ img#template-reversible-output-add-button:hover { { display: table; margin: auto; - width: 300px; + width: 350px; } .paletteCol { @@ -934,6 +934,13 @@ img#template-reversible-output-add-button:hover { Palettes on right pane */ +@media (max-width: 1780px) { + .paletteWrapper + { + width: 300px; + } +} + @media (max-width: 1530px) { .paletteWrapper {