mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 05:12:57 +02:00
7 lines
125 B
CSS
7 lines
125 B
CSS
.active-status {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--theme-spacing-xs);
|
|
align-items: center;
|
|
}
|