Skip to content

Commit

Permalink
fix download, button next/back event, drag key end
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilli committed Oct 22, 2023
1 parent 41b9584 commit b60861b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
11 changes: 7 additions & 4 deletions webui/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8389,6 +8389,9 @@ body {
.main-container .key-entries .key-container.blank .button.open, .main-container .key-entries .key-container.macro .button.open {
display: none;
}
.main-container .key-entries .key-container:nth-child(9n) {
margin-bottom: calc(var(--key-entries-gap) * 5);
}

.main-container .app-controls,
.main-container .device-controls,
Expand Down Expand Up @@ -8427,10 +8430,10 @@ body {
background-color: var(--color-blue);
border: 1px solid var(--color-grey);
}
.main-container .app-controls .button i,
.main-container .device-controls .button i,
.main-container .key-entries-controls .button i,
.dialog-container .dialog-reboot-buttons .button i {
.main-container .app-controls .button *,
.main-container .device-controls .button *,
.main-container .key-entries-controls .button *,
.dialog-container .dialog-reboot-buttons .button * {
pointer-events: none;
}

Expand Down
Loading

0 comments on commit b60861b

Please sign in to comment.