Add max iterations

This commit is contained in:
dwrz
2026-07-05 17:55:07 +00:00
parent c4730eb8ce
commit 1e4c7f0334
6 changed files with 95 additions and 2 deletions

View File

@@ -661,6 +661,18 @@ body {
}
}
#compose-settings-close {
border: none;
color: var(--color-text);
}
@media (hover: hover) {
#compose-settings-close:hover {
border-color: transparent;
color: var(--color-text);
}
}
/* Tabs */
.settings-tabs {
display: flex;
@@ -715,6 +727,14 @@ body {
margin-bottom: var(--s-2);
}
.settings-label__sub {
display: block;
font-size: var(--s-2);
font-weight: 400;
color: var(--color-text-muted);
margin-top: 0.125rem;
}
.settings-select {
width: 100%;
height: var(--s2);
@@ -735,6 +755,10 @@ body {
outline-offset: 2px;
}
.settings-field {
margin-bottom: var(--s1);
}
.settings-textarea {
display: block;
width: 100%;