From 7bae909c60c6a4bcb82f3d18337613bfeb994cc7 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Fri, 27 Feb 2026 00:11:21 +0100 Subject: [PATCH] restore full screen session view behaviour --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index c36c8c4..bf2c06e 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,10 @@ body { height: 1px; } +main { + display: contents; +} + .session-view { min-height: 100%; display: flex;