fix(ui): crop sidebar photo tiles

This commit is contained in:
2026-06-12 15:03:44 +02:00
parent fd02b09624
commit 5464c1f17a

View File

@@ -523,8 +523,8 @@ function htmlPage(): string {
.photo img {
width: 100%;
height: 100%;
object-fit: contain;
background: var(--timeline-surface-strong);
object-fit: cover;
object-position: center center;
border-radius: 0;
display: block;
}