From 34c5b3519420626d9cd4ccf20dad2530dce95fda Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Fri, 2 May 2025 17:51:02 +0100 Subject: [PATCH] fix: improve panel behaviour at small screen sizes --- styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 14ae21f..be3285b 100644 --- a/styles.css +++ b/styles.css @@ -72,6 +72,9 @@ body { max-width: 300px; } + #main-panel { + width: calc(100% - 300px); + } } #side-panel .conversation { @@ -105,7 +108,7 @@ body { display: flex; flex-direction: column; justify-content: flex-end; - width: calc(100% - 300px); + width: 100%; } #page {