changes
ci / docker (backend, backend/Dockerfile, backend) (push) Successful in 18s
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Successful in 46s

This commit is contained in:
2025-10-15 17:19:26 +02:00
parent 43d27cfd27
commit 01c8599853
7 changed files with 1189 additions and 1167 deletions
+7 -5
View File
@@ -952,14 +952,16 @@ button.icon-button.ghost:hover:not([disabled]) {
box-shadow: 0 1px 3px var(--shadow-medium);
}
.thumb-placeholder.icon {
font-size: 1.8rem;
.thumb-icon {
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--accent);
width: 36px;
height: 48px;
}
.thumb-placeholder.icon svg {
.thumb-icon svg {
width: 32px;
height: 32px;
}