Add max iterations
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user