11 lines
172 B
CSS
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;
|
|
}
|