feat(settings): move request logging toggle behind hidden entry

This commit is contained in:
Supra4E8C
2025-12-22 22:41:50 +08:00
parent 68974ffc68
commit 94962158ef
7 changed files with 151 additions and 29 deletions

View File

@@ -308,6 +308,12 @@ textarea {
}
}
.switch-label-left {
.label {
order: -1;
}
}
.pill {
padding: 4px 10px;
border-radius: $radius-full;
@@ -410,6 +416,17 @@ textarea {
background: var(--bg-primary);
}
.request-log-modal {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: $spacing-md;
.status-badge {
margin-bottom: 0;
}
}
.empty-state {
border: 1px dashed var(--border-color);
border-radius: $radius-lg;