Restore bubble to Maybe
Stalled cards in Maybe are often out of view
This commit is contained in:
@@ -681,6 +681,7 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/* Surface a mini bubble if there are cards with bubbles inside */
|
||||
.cards--considering:has(.bubble:not([hidden])),
|
||||
.cards--doing.is-collapsed:has(.bubble:not([hidden])) {
|
||||
.cards__transition-container {
|
||||
--bubble-color: var(--card-color, oklch(var(--lch-blue-medium)));
|
||||
@@ -700,6 +701,11 @@
|
||||
translate: 20% -20%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.cards--considering &:before {
|
||||
inset: 0 auto auto 0;
|
||||
translate: 100% 75%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user