Fluids and magnetism

This commit is contained in:
Codex
2026-03-07 21:46:23 +00:00
parent 067d615b53
commit f1afaa6d3a
4 changed files with 113 additions and 42 deletions

View File

@@ -328,9 +328,11 @@ a:hover {
.palette-dots {
display: flex;
gap: 0.25rem;
overflow: hidden;
max-width: 38px;
transition: max-width 0.2s ease, gap 0.2s ease;
width: 38px;
overflow-x: hidden;
overflow-y: visible;
flex: 0 0 auto;
transition: width 0.2s ease, gap 0.2s ease;
}
.palette-dot {
width: 30px;
@@ -370,7 +372,7 @@ a:hover {
}
.floating-palette-controls:hover .palette-dots,
.floating-palette-controls:focus-within .palette-dots {
max-width: 360px;
width: 360px;
gap: 0.25rem;
}
.floating-palette-controls:hover .palette-dot:not(.active),