From 1ff035c330e8aa1dfe5d1a6e7f9aebf5e3c80428 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Wed, 14 Dec 2022 11:18:46 +0100 Subject: [PATCH] Add comment explaining the handle touch area --- app/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/base.css b/app/styles/base.css index 54e197f1..402454cb 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -321,6 +321,7 @@ html { .noVNC_right #noVNC_control_bar.noVNC_open #noVNC_control_bar_handle:after { transform: none; } +/* Larger touch area for the handle, used when a touch screen is available */ #noVNC_control_bar_handle div { position: absolute; right: -35px;