Ajustement du comportement de la barre de recherche
This commit is contained in:
parent
79a2ff3f30
commit
54bcf7d0af
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ body > hr {
|
||||||
@media screen and (max-width: 599.9px) {
|
@media screen and (max-width: 599.9px) {
|
||||||
#search-section:has(input:focus) {
|
#search-section:has(input:focus) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 25px;
|
bottom: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
width: calc(100vw - 20px);
|
width: calc(100vw - 20px);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue