From a006309d55a7a79aec457da0045fa46fa876220d Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Wed, 28 Jan 2026 00:00:32 +0000 Subject: [PATCH] fix: terminal resizing and bump version to 0.3.25 --- pyproject.toml | 2 +- src/textual_webterm/local_server.py | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4beac9..4ece21e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.3.24" +version = "0.3.25" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT" diff --git a/src/textual_webterm/local_server.py b/src/textual_webterm/local_server.py index 9f2ff1c..2f8d80d 100644 --- a/src/textual_webterm/local_server.py +++ b/src/textual_webterm/local_server.py @@ -852,12 +852,6 @@ class LocalServer: html, body {{ width: 100%; height: 100%; }} body {{ background: #0c181f; margin: 0; padding: 0; overflow: hidden; }} .textual-terminal {{ width: 100%; height: 100%; }} - .textual-terminal .xterm, - .textual-terminal .xterm-viewport, - .textual-terminal .xterm-screen {{ - width: 100%; - height: 100%; - }}