fix: use a more easily visible character for fairy spots

This commit is contained in:
insects 2025-03-12 15:06:07 +01:00
parent b9bbc089c9
commit a8fa3e7286
2 changed files with 14 additions and 2 deletions

View file

@ -242,9 +242,14 @@ span#password {
margin-left: -3px; margin-left: -3px;
} }
.fairies .fairy-dot:has(.fairy-marker) {
margin-top: -11px;
}
.fairy-marker { .fairy-marker {
font-weight: bold; font-weight: bold;
font-size: 12px; font-size: 13px;
display: inline-block;
} }
.fairy-a { .fairy-a {
@ -278,8 +283,15 @@ span#password {
font-size: 14px; font-size: 14px;
} }
.fairy-dot.unclaimed {
transition: .05s transform linear, .05s color linear;
font-size: 12px;
}
.fairy-dot.unclaimed:hover { .fairy-dot.unclaimed:hover {
cursor: pointer; cursor: pointer;
transform: scale(130%);
color: blue;
} }
.despawn-note { .despawn-note {

View file

@ -24,7 +24,7 @@
hx-target="#fairies" hx-target="#fairies"
hx-select="#fairies" hx-select="#fairies"
> >
</div> </div>
<% end %> <% end %>
</div> </div>