Add more air to settings panel

We want some space between elements to avoid things getting cramped, so
add some minimal margins.
This commit is contained in:
Pierre Ossman 2022-10-11 13:50:40 +02:00
parent f887abdb38
commit a8488d5b32
1 changed files with 6 additions and 1 deletions

View File

@ -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 {