From fc1109a74d997186b3f03842baa850b55c0f70a5 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Fri, 10 Apr 2026 06:51:46 +0200 Subject: [PATCH] fix: move Karty button first in toggle, full-width cards grid Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/calendar/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/calendar/index.html b/templates/calendar/index.html index 74af5fa..efbb9f9 100755 --- a/templates/calendar/index.html +++ b/templates/calendar/index.html @@ -555,7 +555,6 @@ display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--spacing-md); - max-width: 900px; } .cards-filter { @@ -775,12 +774,12 @@