mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
11 lines
189 B
CSS
11 lines
189 B
CSS
.group {
|
|
gap: var(--theme-spacing-sm) var(--theme-spacing-xs);
|
|
padding: var(--theme-spacing-xs) 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.group a {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|