Fluids and magnetism
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user