Artificer - Search Fix / PC / Mobile
Who want fix the Qicksearch on mobile and PC a little bit, can test and insert this code:
/* --- QuickSearch - Light and Dark --- */
width: 100vw;
height: 100vh;
margin-top: 11px;
border-radius: 0px;
}
/* --- QuickSearch - Light Theme --- */
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
}
/* --- QuickSearch - Dark Theme --- */
.dark #sys_search_results_quick {
--tw-bg-opacity: 1 !important;
background-color: rgb(0 0 0/var(--tw-bg-opacity)) !important;
}
----------------------------------------------------------------------------
- change the opacity to 0.95 if u like to have it transparent,
- change ur background-color same as ur header color