fix: make module-pill expand on mobile with spacing to buttons
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2025-12-30 21:10:44 +01:00
parent 4cb7c95585
commit ec13437b62

View File

@@ -1131,11 +1131,16 @@ input:checked + .toggle-slider::before {
padding: var(--spacing-sm); padding: var(--spacing-sm);
} }
.module-pill {
flex: 1;
margin: 0 var(--spacing-sm);
justify-content: center;
}
.module-name { .module-name {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
max-width: 80px;
} }
.level-label { .level-label {