mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
10 lines
149 B
CSS
10 lines
149 B
CSS
.group {
|
|
gap: var(--theme-spacing-sm) var(--theme-spacing-xs);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.group a {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|