aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2025-06-30 18:31:30 +0530
committerIndrajith K L2025-06-30 18:31:30 +0530
commitaeb139536b35c7abc95421a155632e7ca6fc3e54 (patch)
tree4b13f648a08bed618b2534acdd61b510e1d669d3
parent3a71e3e8dc8e02a03005374c65051b3630c32a72 (diff)
downloadretrowave-player-aeb139536b35c7abc95421a155632e7ca6fc3e54.tar.gz
retrowave-player-aeb139536b35c7abc95421a155632e7ca6fc3e54.tar.bz2
retrowave-player-aeb139536b35c7abc95421a155632e7ca6fc3e54.zip
Feature Updates
* Terminal Window in Mobile devices updates
-rw-r--r--hg.css17
-rw-r--r--index.html2
2 files changed, 18 insertions, 1 deletions
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;
diff --git a/index.html b/index.html
index f49eff4..9828d48 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Retrowave Player</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.2.3/howler.min.js"></script>
<script src="https://unpkg.com/hydra-synth"></script>