mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Make searchbox scroll fix only apply in mobile mode to prevent bug
This commit is contained in:
parent
9569bf5e4c
commit
8ae74ab4d0
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue