chore(orbit): session-start polish

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-24 10:35:50 +02:00
parent fe7dc7af54
commit f8bcd57ed4
7 changed files with 100 additions and 3 deletions
+17
View File
@@ -12015,6 +12015,23 @@ html[data-psy-native-hidden="true"] *::after {
line-height: 1.4;
}
.orbit-start-modal__toggle-row {
display: flex;
align-items: center;
gap: 14px;
cursor: pointer;
}
.orbit-start-modal__toggle-text {
flex: 1;
min-width: 0;
}
.orbit-start-modal__toggle-row .orbit-start-modal__label {
margin-bottom: 2px;
}
.orbit-start-modal__toggle-row .orbit-start-modal__helper {
margin-top: 0;
}
.orbit-start-modal__note {
display: grid;
grid-template-columns: 18px 1fr;