summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-10-11 13:50:40 +0200
committerPierre Ossman <ossman@cendio.se>2022-10-11 13:50:40 +0200
commita8488d5b322b0795443d69762881150fa1404f6d (patch)
treeb7e961150f474f59c191b33f9795b02760b1c905
parentf887abdb3816b9157cd7aad2e4f5af58cf81c853 (diff)
downloadnovnc-a8488d5b322b0795443d69762881150fa1404f6d.tar.gz
Add more air to settings panel
We want some space between elements to avoid things getting cramped, so add some minimal margins.
-rw-r--r--app/styles/base.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index f9c3563..23679a0 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -590,6 +590,11 @@ select:active {
.noVNC_panel label {
display: block;
white-space: nowrap;
+ margin: 5px;
+}
+
+.noVNC_panel li {
+ margin: 5px;
}
.noVNC_panel .noVNC_heading {
@@ -600,7 +605,7 @@ select:active {
padding-right: 8px;
color: white;
font-size: 20px;
- margin-bottom: 10px;
+ margin-bottom: 10px !important;
white-space: nowrap;
}
.noVNC_panel .noVNC_heading img {