feat: check for password existence
This commit is contained in:
parent
b03df8f0e4
commit
498ecdf68b
7 changed files with 73 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue