Feature Updates
* Terminal Window in Mobile devices updates
This commit is contained in:
17
hg.css
17
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;
|
||||
|
||||
Reference in New Issue
Block a user