bug fix
This commit is contained in:
parent
c44f8c1c9f
commit
24863d29f8
12
css/main.css
12
css/main.css
@ -657,12 +657,6 @@ details[open] > summary .icon {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
strip-select {
|
|
||||||
--gap: 0;
|
|
||||||
background-color: rgba(var(--text-color), 0.06);
|
|
||||||
border-radius: 0.3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.empty-state {
|
.empty-state {
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
margin: 3rem 0;
|
margin: 3rem 0;
|
||||||
@ -680,6 +674,12 @@ strip-select {
|
|||||||
background-color: rgba(var(--text-color), 0.06);
|
background-color: rgba(var(--text-color), 0.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strip-select {
|
||||||
|
--gap: 0;
|
||||||
|
background-color: rgba(var(--text-color), 0.06);
|
||||||
|
border-radius: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
strip-option {
|
strip-option {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -578,11 +578,6 @@ details {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
strip-select {
|
|
||||||
--gap: 0;
|
|
||||||
background-color: rgba(var(--text-color), 0.06);
|
|
||||||
border-radius: 0.3rem;
|
|
||||||
}
|
|
||||||
.empty-state {
|
.empty-state {
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
margin: 3rem 0;
|
margin: 3rem 0;
|
||||||
@ -598,6 +593,11 @@ strip-select {
|
|||||||
background-color: rgba(var(--text-color), 0.06);
|
background-color: rgba(var(--text-color), 0.06);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
strip-select {
|
||||||
|
--gap: 0;
|
||||||
|
background-color: rgba(var(--text-color), 0.06);
|
||||||
|
border-radius: 0.3rem;
|
||||||
|
}
|
||||||
strip-option {
|
strip-option {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -2024,7 +2024,7 @@
|
|||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
getRef(`${type}_button_wrapper`).firstElementChild.classList.remove('hide-completely')
|
getRef(`${type}_button_wrapper`).firstElementChild?.classList.remove('hide-completely')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let requestResponsePairs
|
let requestResponsePairs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user