summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-14 11:18:46 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-14 11:18:46 +0100
commit1ff035c330e8aa1dfe5d1a6e7f9aebf5e3c80428 (patch)
tree37790b58ebb9ad670fcad0be04c25593f8d15b43
parent333e075d7b4d92a3a9a4e2c3be08b165294b8af5 (diff)
downloadnovnc-1ff035c330e8aa1dfe5d1a6e7f9aebf5e3c80428.tar.gz
Add comment explaining the handle touch area
-rw-r--r--app/styles/base.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 54e197f..402454c 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;