v3: minor visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -3229,7 +3229,7 @@ body.has-fab .page-content {
|
||||
}
|
||||
|
||||
/* ── Inline new-playlist form ── */
|
||||
.modal-new-playlist-toggle {
|
||||
.modal-new-item-toggle {
|
||||
background: none;
|
||||
border: 1px dashed var(--color-border-subtle);
|
||||
border-radius: 8px;
|
||||
@@ -3242,7 +3242,7 @@ body.has-fab .page-content {
|
||||
transition: border-color 0.15s, background 0.15s;
|
||||
}
|
||||
|
||||
.modal-new-playlist-toggle:hover {
|
||||
.modal-new-item-toggle:hover {
|
||||
border-color: var(--color-accent);
|
||||
background: color-mix(in srgb, var(--color-accent) 8%, transparent);
|
||||
}
|
||||
@@ -3463,7 +3463,7 @@ body.has-fab .page-content {
|
||||
}
|
||||
|
||||
/* ── New playlist toggle (profile page header) ── */
|
||||
.new-playlist-toggle {
|
||||
.new-item-toggle {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
@@ -3474,7 +3474,7 @@ body.has-fab .page-content {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.new-playlist-toggle:hover {
|
||||
.new-item-toggle:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user