Account for mobile view

This commit is contained in:
Andy Smith
2025-08-20 14:34:50 -05:00
parent 2a96ae315e
commit e6e2401f2f
+6 -1
View File
@@ -131,10 +131,15 @@
inset-block-start: 0;
justify-content: center;
margin-block-start: 1px;
margin-inline: -8px; /* enough to cover card shadows, but avoid overlapping bubbles */
margin-inline: calc(-1 * var(--cards-gap) - var(--reserved-bubble-space) - var(--main-padding)); /* cover bubbles and cards */
padding-block: var(--cards-gap);
position: sticky;
z-index: 2;
background: gold !important;
@media (min-width: 640px) {
margin-inline: -8px; /* enough to cover card shadows, but avoid overlapping bubbles */
}
&, .cards__filter {
font-weight: bold;