Chore: mobile support
This commit is contained in:
parent
92a500a8cf
commit
37d565e98c
@ -3,6 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>WTerminal as addon</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="css/wterminal.css" /> -->
|
||||
|
||||
|
@ -100,3 +100,8 @@ html.theme-dark {
|
||||
text-shadow: 0px 0px 3px blue, 2px 2px 6px;
|
||||
}
|
||||
|
||||
@media(orientation: portrait){
|
||||
main{
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>WTerminal dropdown sample</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<link rel="stylesheet" href="css/wterminal.css" />
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>WTerminal home</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="css/wterminal.css" /> -->
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>Sample: Ping pong</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/game.css" />
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<link rel="stylesheet" href="css/wterminal.css" />
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<head>
|
||||
<title>WTerminal static sample</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/main.css" />
|
||||
<link rel="stylesheet" href="css/wterminal.css" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user