From 2ef66fe92273ba7b7ec21e62129050bed54a3434 Mon Sep 17 00:00:00 2001 From: candle Date: Mon, 13 Nov 2023 17:26:36 +0000 Subject: [PATCH] resizable popout --- src/client/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/style.css b/src/client/style.css index 06677f72..a0bb3e5b 100644 --- a/src/client/style.css +++ b/src/client/style.css @@ -240,6 +240,9 @@ button > img { width: 50vw; max-width: unset; + resize: horizontal; + overflow: hidden; + bottom: unset; right: unset;