diff options
author | Indrajith K L | 2025-06-30 18:36:15 +0530 |
---|---|---|
committer | Indrajith K L | 2025-06-30 18:36:15 +0530 |
commit | 9494abb8c10aa353dc889e428962b0b99d7a9bc4 (patch) | |
tree | 1e19f56601f8d43fbc6d7d2edf520953cf08c32d | |
parent | aeb139536b35c7abc95421a155632e7ca6fc3e54 (diff) | |
download | retrowave-player-9494abb8c10aa353dc889e428962b0b99d7a9bc4.tar.gz retrowave-player-9494abb8c10aa353dc889e428962b0b99d7a9bc4.tar.bz2 retrowave-player-9494abb8c10aa353dc889e428962b0b99d7a9bc4.zip |
Feature Updates
* Terminal Window in Mobile devices updates
-rw-r--r-- | hg.css | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -395,6 +395,55 @@ canvas { .terminal-overlay { background: #c0c0c0; } + + .terminal-content { + padding: 4px; + } + + #terminal-output { + margin-bottom: 8px; + font-size: 11px; + padding: 4px 6px; + } + + .terminal-line { + font-size: 11px; + line-height: 1.2; + margin-bottom: 1px; + } + + .terminal-input-line { + padding: 3px 6px; + min-height: 20px; + border: 2px inset #c0c0c0; + background: #c0c0c0; + } + + .terminal-prompt { + font-size: 11px; + margin-right: 4px; + } + + .terminal-input { + font-size: 11px; + line-height: 1.2; + } + + .terminal-header { + min-height: 20px; + padding: 2px 0; + } + + .terminal-title { + font-size: 12px; + } + + .terminal-close { + width: 20px; + height: 18px; + font-size: 12px; + line-height: 16px; + } } .terminal-header { |