hide search tags + make view wider
This commit is contained in:
parent
940e9e3f2c
commit
2f22943c38
1 changed files with 3 additions and 13 deletions
|
|
@ -89,19 +89,9 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#qs_search .pagefind-ui__result-tag {
|
||||
display: flex;
|
||||
gap: var(--sm);
|
||||
& #text:nth-child(1),
|
||||
#text:nth-child(2) {
|
||||
#qs_search .pagefind-ui__result-tags {
|
||||
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 {
|
||||
position: relative;
|
||||
|
|
@ -419,7 +409,7 @@ button[data-close-modal] {
|
|||
margin: 4rem auto auto;
|
||||
border-radius: 0.5rem;
|
||||
width: 90%;
|
||||
max-width: 40rem;
|
||||
max-width: 50rem;
|
||||
height: max-content;
|
||||
min-height: 15rem;
|
||||
max-height: calc(100% - 8rem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue