fix indexing causing main thread freeze, various polish

This commit is contained in:
Jacky Zhao
2023-07-04 10:08:32 -07:00
parent e0ebee5aa9
commit ab9da02c60
33 changed files with 255 additions and 141 deletions

View File

@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
.search {
min-width: 5rem;
max-width: 14rem;
@ -55,7 +57,7 @@
margin-left: auto;
margin-right: auto;
@media all and (max-width: 1200px) {
@media all and (max-width: $tabletBreakpoint) {
width: 90%;
}