Correction CSS et retrait exposition port database

This commit is contained in:
stef
2025-12-11 21:56:39 +01:00
parent 65208ed7c2
commit 52ba34998d
2 changed files with 6 additions and 7 deletions

View File

@@ -499,4 +499,8 @@ button[title]:hover::after {
transform: translateX(100%);
opacity: 0;
}
}
}
.hidden {
display: none;
}