diff options
author | Indrajith K L | 2025-06-30 18:31:30 +0530 |
---|---|---|
committer | Indrajith K L | 2025-06-30 18:31:30 +0530 |
commit | aeb139536b35c7abc95421a155632e7ca6fc3e54 (patch) | |
tree | 4b13f648a08bed618b2534acdd61b510e1d669d3 /hg.css | |
parent | 3a71e3e8dc8e02a03005374c65051b3630c32a72 (diff) | |
download | retrowave-player-aeb139536b35c7abc95421a155632e7ca6fc3e54.tar.gz retrowave-player-aeb139536b35c7abc95421a155632e7ca6fc3e54.tar.bz2 retrowave-player-aeb139536b35c7abc95421a155632e7ca6fc3e54.zip |
Feature Updates
* Terminal Window in Mobile devices updates
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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; |