Track posted photos. Cache images.
This commit is contained in:
parent
9fbe130841
commit
dc32cc7222
7 changed files with 78 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue