summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-10-28 16:15:35 +0200
committerSamuel Mannehed <samuel@cendio.se>2022-10-28 16:15:35 +0200
commit5c684cce2a54414f6a8698ee3ee3a75ccfe84827 (patch)
tree8a0cfd745f7cb2d69e4edfc82d12ca98168688ab
parentd3913c0dde8b6730e676e3bcee5334b3e0213013 (diff)
downloadnovnc-5c684cce2a54414f6a8698ee3ee3a75ccfe84827.tar.gz
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.
-rw-r--r--app/styles/base.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index a6f219e..4112794 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -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%;