Ajustement du comportement de la barre de recherche

This commit is contained in:
EpicKiwi 2026-06-29 23:16:09 +02:00
parent 79a2ff3f30
commit 54bcf7d0af
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE

View file

@ -207,7 +207,7 @@ body > hr {
@media screen and (max-width: 599.9px) {
#search-section:has(input:focus) {
position: fixed;
top: 25px;
bottom: 10px;
left: 10px;
width: calc(100vw - 20px);
margin: 0;