Presets UI bugfix
"edit" and "open" button were overlapping too much.
This commit is contained in:
@@ -1041,7 +1041,7 @@ textarea {
|
|||||||
|
|
||||||
.segname .flr, .pname .flr {
|
.segname .flr, .pname .flr {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
right: -6px;
|
right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* segment power wrapper */
|
/* segment power wrapper */
|
||||||
@@ -1331,6 +1331,11 @@ TD .checkmark, TD .radiomark {
|
|||||||
box-shadow: 0px 0px 10px 4px var(--c-1);
|
box-shadow: 0px 0px 10px 4px var(--c-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lstI .flr:hover {
|
||||||
|
background: var(--c-6);
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#pcont .selected:not([class*="expanded"]) {
|
#pcont .selected:not([class*="expanded"]) {
|
||||||
bottom: 52px;
|
bottom: 52px;
|
||||||
top: 42px;
|
top: 42px;
|
||||||
|
|||||||
Reference in New Issue
Block a user