25 lines
380 B
CSS
25 lines
380 B
CSS
textarea {
|
|
resize: none;
|
|
}
|
|
|
|
#log-console {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 20pt;
|
|
}
|
|
|
|
#log-console-message {
|
|
width: 92%;
|
|
position: fixed;
|
|
bottom: 2pt;
|
|
}
|
|
|
|
#log-console-button {
|
|
width: 6%;
|
|
position: fixed;
|
|
bottom: 2pt;
|
|
right: 2pt;
|
|
} |