Files
feishin/src/renderer/components/item-list/item-detail-list/columns/genre-badge-column.module.css
T
2026-02-09 21:56:08 -08:00

13 lines
230 B
CSS

.group {
flex-wrap: nowrap;
gap: var(--theme-spacing-sm) var(--theme-spacing-xs);
min-width: 0;
padding: var(--theme-spacing-xs) 0;
overflow: hidden;
}
.group a {
cursor: pointer;
user-select: none;
}