fix(settings): align log size and routing update controls

This commit is contained in:
LTbinglingfeng
2026-01-06 00:30:06 +08:00
parent 8dca670358
commit a8abf71bfe
2 changed files with 29 additions and 2 deletions

View File

@@ -122,6 +122,33 @@
}
}
.retryRowAligned {
align-items: flex-start;
.retryButton {
margin-top: calc(1.5em + #{$spacing-xs});
}
@include mobile {
align-items: stretch;
.retryButton {
margin-top: 0;
}
}
}
.retryRowInputGrow {
:global(.form-group) {
flex: 1 1 0;
min-width: 0;
}
.retryInput {
width: 100%;
}
}
.retryInput {
width: 140px;