feat: support adjusting pop time

This commit is contained in:
insects 2025-03-12 13:08:05 +01:00
parent 54d18f4968
commit 5914b85fc6
5 changed files with 37 additions and 0 deletions

View file

@ -288,3 +288,11 @@ span#password {
font-weight: normal;
margin-bottom: 5px;
}
summary {
font-size: 12px;
}
summary:hover {
cursor: pointer;
}