feat: download - download dwnload limieten in settings
This commit is contained in:
@@ -1029,6 +1029,34 @@ button:disabled {
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
.settings-readonly-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.settings-readonly-item {
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--color-surface);
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
.settings-readonly-label {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
color: var(--color-text-muted);
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.settings-readonly-value {
|
||||
font-size: 14px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.settings-placeholder-title {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user