Tweak columns in card perma

... when the container is larger than needed
This commit is contained in:
Adrien Maston
2025-12-18 10:12:24 +01:00
parent b815fdc49b
commit 9bbf739b2a
+4
View File
@@ -96,9 +96,12 @@
max-inline-size: 100%;
padding: 0;
position: relative;
white-space: nowrap;
& > form {
flex-grow: 1;
max-inline-size: 25ch;
min-block-size: 2.5em;
}
& > form + form:not(:has(.card__column-name--current)) {
@@ -110,6 +113,7 @@
.card__column-name {
@media (max-width: 639px) {
--btn-border-radius: 0;
justify-content: center;
}
}