mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update xterm.css
This commit is contained in:
parent
fb1d9e9018
commit
c7d47e361c
@ -53,16 +53,16 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (orientation: portrait) {
|
#terminal {
|
||||||
#terminal { zoom: 1.2 !important; }
|
border: #FFF;
|
||||||
}
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
@media screen and (orientation: landscape) {
|
padding: 4px;
|
||||||
#terminal { zoom: 1.2 !important;}
|
zoom: 1.2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 8px;
|
margin: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgb(13,17,23);
|
background-color: rgb(13,17,23);
|
||||||
@ -74,7 +74,8 @@ body {
|
|||||||
/* On OS X this is required in order for the scroll bar to appear fully opaque */
|
/* On OS X this is required in order for the scroll bar to appear fully opaque */
|
||||||
background-color: rgb(13,17,23) !important;
|
background-color: rgb(13,17,23) !important;
|
||||||
|
|
||||||
overflow-y: scroll;
|
/*overflow-y: scroll;*/
|
||||||
|
overflow: hidden;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user