feat: implement suggesting a fairy despawned

This commit is contained in:
insects 2025-03-11 18:31:50 +01:00
parent f9527c330c
commit 5ed1cc91ae
4 changed files with 39 additions and 10 deletions

View file

@ -131,11 +131,11 @@ button.action:hover {
}
.needs_pwd {
display: none;
display: none !important;
}
.needs_pwd.shown {
display: block;
display: block !important;
}
.action.shown {
@ -265,3 +265,10 @@ span#password {
.fairy-dot.unclaimed:hover {
cursor: pointer;
}
.despawn-note {
color: tomato;
font-size: 10px;
font-weight: normal;
margin-bottom: 5px;
}