mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 11:20:50 +08:00
feat(settings): move request logging toggle behind hidden entry
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user