mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-02 16:49:58 +02:00
15 lines
289 B
CSS
15 lines
289 B
CSS
.list {
|
|
flex: 0 0 200px;
|
|
height: 200px;
|
|
overflow: hidden;
|
|
border: 1px solid var(--theme-colors-border);
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
gap: var(--theme-spacing-xs);
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
|
}
|