Align source settings card spacing
This commit is contained in:
parent
e2317de0a4
commit
60dee1b4d8
1 changed files with 11 additions and 0 deletions
|
|
@ -68589,3 +68589,14 @@ body.app-locked > *:not(#launch-pin-overlay):not(#login-overlay):not(script):not
|
|||
.reid-replace-text em { color: #7f879e; font-style: normal; font-size: 11.5px; }
|
||||
.reid-footer-actions { display: flex; gap: 10px; }
|
||||
#reid-confirm-btn:disabled { opacity: 0.4; cursor: not-allowed; filter: grayscale(0.4); }
|
||||
|
||||
/* Settings cleanup: source settings uses the same inner-card spacing as Retry Logic. */
|
||||
#settings-page .settings-section-body:not(.collapsed) > .settings-group.source-settings-wrapper {
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
}
|
||||
#settings-page .settings-section-body:not(.collapsed) > .settings-group.source-settings-wrapper > .settings-subcard {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue