ui-nyla/src/components/UnifiedDataBar/SourcesTab.module.css
2026-03-24 14:16:45 +01:00

11 lines
172 B
CSS

.sourcesTab {
height: 100%;
overflow-y: auto;
}
.placeholder {
padding: 16px;
text-align: center;
color: var(--text-secondary, #6b7280);
font-size: 0.85rem;
}