Make searchbox scroll fix only apply in mobile mode to prevent bug

This commit is contained in:
Butter Cat 2024-07-26 13:27:23 -04:00
parent 9569bf5e4c
commit 8ae74ab4d0
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419

View file

@ -699,9 +699,11 @@ select,
#search {
border-right: 2px var(--outside) solid;
width: 0;
flex-grow: 1;
}
@media screen and (max-width: 800px) {
#search { width: 0; }
}
#inside {
display: flex;