Track posted photos. Cache images.

This commit is contained in:
Edward Betts 2025-11-15 19:24:59 +00:00
parent 9fbe130841
commit dc32cc7222
7 changed files with 78 additions and 10 deletions

View file

@ -222,6 +222,11 @@ body {
cursor: pointer;
}
.select-card.used {
background: #122542;
border-color: #2b4c7a;
}
.select-card input[type=\"checkbox\"] {
width: 1rem;
height: 1rem;
@ -242,6 +247,11 @@ body {
overflow: hidden;
}
.usage {
font-size: 0.8rem;
color: #8dc5ff;
}
.compose-form {
display: flex;
flex-direction: column;