From 5c98bf239ae40dbe50ec3bfca008b45a1b3c9857 Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 15:37:58 +0200 Subject: [PATCH] fix: add missing .trip-feed and .trip-sidebar-section CSS classes --- themes/intotheeast/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 0e663d4..292e273 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -847,3 +847,7 @@ body::after { } .story-escape:hover { color: var(--color-accent); } + +.trip-feed { min-width: 0; } + +.trip-sidebar-section {}