Update GoPay helper API URL to new domain and enhance cookie cleanup functionality
This commit is contained in:
@@ -1971,6 +1971,16 @@ header {
|
||||
.data-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
|
||||
[data-theme="dark"] .data-select { color-scheme: dark; }
|
||||
|
||||
.data-input[readonly] {
|
||||
color: var(--text-secondary);
|
||||
background: var(--bg-surface);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.gpc-helper-api-input {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
.editable-list-picker {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
@@ -2114,6 +2124,37 @@ header {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.auto-delay-setting-pair {
|
||||
flex-wrap: wrap;
|
||||
row-gap: 8px;
|
||||
}
|
||||
|
||||
#row-auto-delay-settings .setting-group-primary {
|
||||
flex: 0 0 auto;
|
||||
min-width: 116px;
|
||||
}
|
||||
|
||||
#row-auto-delay-settings .setting-group-secondary {
|
||||
margin-left: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.step6-cookie-cleanup-setting {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.auto-run-delay-setting {
|
||||
margin-left: auto !important;
|
||||
}
|
||||
|
||||
#row-auto-delay-settings .setting-caption {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.setting-caption-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.plus-payment-method-select {
|
||||
flex: 0 0 156px;
|
||||
min-width: 156px;
|
||||
|
||||
Reference in New Issue
Block a user