From 1a126e0405411f1ed33f134fad1db62c25bf293c Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 7 Apr 2026 00:07:49 +0200 Subject: [PATCH] make anime sidebar 2-col grid by default --- static/css/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index c293314..51ac954 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -721,8 +721,8 @@ a:visited { .anime-sidebar { flex-shrink: 0; width: 240px; - display: flex; - flex-direction: column; + display: grid; + grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 12px; background: var(--surface); @@ -903,9 +903,7 @@ a:visited { .anime-sidebar { width: 100%; order: 2; - display: grid; - grid-template-columns: repeat(2, 1fr); - gap: 12px; + grid-template-columns: repeat(3, 1fr); } .anime-sidebar .sidebar-row {