This commit is contained in:
sairaj mote 2022-11-10 14:44:26 +05:30
parent c44f8c1c9f
commit 24863d29f8
5 changed files with 3267 additions and 3284 deletions

View File

@ -657,12 +657,6 @@ details[open] > summary .icon {
font-weight: 500;
}
strip-select {
--gap: 0;
background-color: rgba(var(--text-color), 0.06);
border-radius: 0.3rem;
}
.empty-state {
padding: 0 1.5rem;
margin: 3rem 0;
@ -680,6 +674,12 @@ strip-select {
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 {
text-transform: uppercase;
font-weight: 500;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -578,11 +578,6 @@ details {
font-weight: 500;
}
}
strip-select {
--gap: 0;
background-color: rgba(var(--text-color), 0.06);
border-radius: 0.3rem;
}
.empty-state {
padding: 0 1.5rem;
margin: 3rem 0;
@ -598,6 +593,11 @@ strip-select {
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 {
text-transform: uppercase;
font-weight: 500;

File diff suppressed because it is too large Load Diff

View File

@ -2024,7 +2024,7 @@
}))
}
} else {
getRef(`${type}_button_wrapper`).firstElementChild.classList.remove('hide-completely')
getRef(`${type}_button_wrapper`).firstElementChild?.classList.remove('hide-completely')
}
}
let requestResponsePairs