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:
Samuel Mannehed 2022-10-28 16:15:35 +02:00
parent d3913c0dde
commit 5c684cce2a
1 changed files with 2 additions and 1 deletions

View File

@ -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%;