restyle /text/ page
This commit is contained in:
parent
266e5eccce
commit
b52327be49
@ -8,22 +8,21 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
textarea{
|
textarea{
|
||||||
box-sizing: border-box;
|
|
||||||
border: 1px solid blue;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100vh;
|
||||||
|
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
|
||||||
background-color: #073642;
|
background-color: #073642;
|
||||||
color: #839496;
|
color: #839496;
|
||||||
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
max-width: 100%;
|
|
||||||
max-height: 100vh;
|
|
||||||
|
|
||||||
|
/* disallow textarea resizes */
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user