Skip to content

Commit

Permalink
Presets UI bugfix
Browse files Browse the repository at this point in the history
"edit" and "open" button were overlapping too much.
  • Loading branch information
softhack007 committed Oct 31, 2024
1 parent 9312506 commit ac71664
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wled00/data/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ textarea {

.segname .flr, .pname .flr {
transform: rotate(0deg);
right: -6px;
right: 4px;
}

/* segment power wrapper */
Expand Down Expand Up @@ -1331,6 +1331,11 @@ TD .checkmark, TD .radiomark {
box-shadow: 0px 0px 10px 4px var(--c-1);
}

.lstI .flr:hover {
background: var(--c-6);
border-radius: 100%;
}

#pcont .selected:not([class*="expanded"]) {
bottom: 52px;
top: 42px;
Expand Down

0 comments on commit ac71664

Please sign in to comment.