移动端header
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-04-08 09:30:06 +08:00
parent 23f9a8fc9a
commit a68499255d
3 changed files with 1069 additions and 144 deletions

View File

@@ -506,7 +506,7 @@
position: absolute;
top: 0;
left: 0;
width: 100%;header-
width: 100%;
height: 100%;
object-fit: cover;
display: block;
@@ -1306,6 +1306,7 @@
if (searchCloseBtn && searchCloseBtn) {
searchCloseBtn.addEventListener('click', (e) =>
{
e.stopPropagation();
searchDropdown.classList.remove('show');
});