mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
13 lines
230 B
CSS
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;
|
|
}
|