Add a grow helper class for better flexbox positioning

This commit is contained in:
Eldritch-Oliver 2025-10-05 16:28:12 -06:00
parent a2b6fd8dfc
commit 9b239831b8

View file

@ -4,4 +4,6 @@
.left-pill { border-radius: 999px 0 0 999px; } .left-pill { border-radius: 999px 0 0 999px; }
.right-pill { border-radius: 0 999px 999px 0; } .right-pill { border-radius: 0 999px 999px 0; }
.full-pill { border-radius: 999px; } .full-pill { border-radius: 999px; }
.grow { flex-grow: 1; }
} }