Change default dimensions of clipboard textarea
Make it slightly taller and not as wide, this makes it stand out less compared to the other panels.
This commit is contained in:
parent
d3913c0dde
commit
5c684cce2a
|
@ -571,8 +571,9 @@ html {
|
|||
display: none;
|
||||
}
|
||||
#noVNC_clipboard_text {
|
||||
width: 500px;
|
||||
width: 360px;
|
||||
min-width: 150px;
|
||||
height: 160px;
|
||||
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue