fix: make module-pill expand on mobile with spacing to buttons

This commit is contained in:
2025-12-30 21:10:44 +01:00
parent 1cb7aebb42
commit 1185d452dc

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 {