Korrigiere Label-Ausrichtung im Backup-Panel.
Labels waren durch text-align:center auf #root zentriert, Inputs linksbündig. Formularfelder nutzen nun block-Labels und konsistenten Abstand. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4127,6 +4127,26 @@ html.theme-cupertino .events-scroll-container {
|
|||||||
border: 1px solid rgba(148, 163, 184, 0.25);
|
border: 1px solid rgba(148, 163, 184, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.backup-panel {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.backup-export-form,
|
||||||
|
.backup-import-form {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.backup-panel .input-group label {
|
||||||
|
display: block;
|
||||||
|
font-size: 13.5px;
|
||||||
|
color: var(--app-text-muted);
|
||||||
|
margin-bottom: 6px;
|
||||||
|
font-weight: 500;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.backup-panel .backup-section {
|
.backup-panel .backup-section {
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user