From 5c684cce2a54414f6a8698ee3ee3a75ccfe84827 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 28 Oct 2022 16:15:35 +0200 Subject: [PATCH] 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. --- app/styles/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/base.css b/app/styles/base.css index a6f219e1..41127940 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%;