mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
16 lines
337 B
CSS
16 lines
337 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--theme-spacing-md);
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.pagination-container {
|
|
padding: var(--theme-spacing-sm) var(--theme-spacing-sm);
|
|
overflow: hidden;
|
|
border-top: 1px solid var(--theme-colors-border);
|
|
}
|