Files
feishin/src/renderer/features/shared/components/save-as-collection-button.module.css
T
2026-01-30 20:03:27 -08:00

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);
}