feat: check for password existence

This commit is contained in:
insects 2025-03-11 01:12:30 +01:00
parent b03df8f0e4
commit 498ecdf68b
7 changed files with 73 additions and 15 deletions

View file

@ -84,7 +84,7 @@ small.badge {
border-color: #63f0fd;
}
button.action {
.action button {
width: 100%;
height: 100%;
border: 0;
@ -103,6 +103,15 @@ button.action:hover {
cursor: pointer;
}
.action {
display: none;
}
.action.shown {
display: block;
height: 100%;
}
section .meta {
padding-left: 10px;
padding-top: 10px;