hide search tags + make view wider

This commit is contained in:
outfoxxed 2026-04-04 02:16:36 -07:00
parent 940e9e3f2c
commit 2f22943c38
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -89,18 +89,8 @@
padding: 0; padding: 0;
} }
#qs_search .pagefind-ui__result-tag { #qs_search .pagefind-ui__result-tags {
display: flex; display: none;
gap: var(--sm);
& #text:nth-child(1),
#text:nth-child(2) {
display: none;
}
background-color: transparent;
color: hsl(var(--accent-600));
border-radius: var(--radius-md);
outline: 1px solid hsl(var(--accent-600));
width: fit-content;
} }
#qs_search .pagefind-ui__result-nested { #qs_search .pagefind-ui__result-nested {
@ -419,7 +409,7 @@ button[data-close-modal] {
margin: 4rem auto auto; margin: 4rem auto auto;
border-radius: 0.5rem; border-radius: 0.5rem;
width: 90%; width: 90%;
max-width: 40rem; max-width: 50rem;
height: max-content; height: max-content;
min-height: 15rem; min-height: 15rem;
max-height: calc(100% - 8rem); max-height: calc(100% - 8rem);