Merge pull request #1636 from basecamp/mini-bubble-reposition

Don't show mini bubbles in Maybe column
This commit is contained in:
Andy Smith
2025-11-19 14:12:31 -06:00
committed by GitHub
+1 -2
View File
@@ -673,7 +673,6 @@
/* -------------------------------------------------------------------------- */
/* 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)));
@@ -690,7 +689,7 @@
inline-size: 1em;
inset: 0 0 auto auto;
position: absolute;
translate: 0 0;
translate: 20% -20%;
z-index: 1;
}
}