From aeb139536b35c7abc95421a155632e7ca6fc3e54 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 30 Jun 2025 18:31:30 +0530 Subject: Feature Updates * Terminal Window in Mobile devices updates --- hg.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'hg.css') diff --git a/hg.css b/hg.css index 7e12330..d144676 100644 --- a/hg.css +++ b/hg.css @@ -380,6 +380,23 @@ canvas { position: relative; } +/* Mobile-specific terminal styling */ +@media (max-width: 768px) { + .terminal-window { + width: 100%; + height: 100%; + max-width: none; + max-height: none; + min-height: 100vh; + border: none; + box-shadow: none; + } + + .terminal-overlay { + background: #c0c0c0; + } +} + .terminal-header { background: #c0c0c0; color: #000000; -- cgit v1.2.3