v3: fixed journal view not scrolling, fixed some user profile layout bugs, increase thumbnail size on the index
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 43s

This commit is contained in:
khannurien
2026-06-28 05:27:49 +00:00
parent bcbb8f5583
commit b567e390d9
10 changed files with 220 additions and 215 deletions

View File

@@ -2855,8 +2855,8 @@ body.has-fab .page-content {
.dump-card-preview,
.playlist-card-preview {
flex-shrink: 0;
width: 48px;
height: 48px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
@@ -2875,7 +2875,7 @@ body.has-fab .page-content {
/* ── Shared card preview icon ── */
.dump-card-preview-icon,
.playlist-card-icon {
font-size: 1.4rem;
font-size: 1.8rem;
opacity: 0.7;
line-height: 1;
}
@@ -2889,14 +2889,14 @@ body.has-fab .page-content {
}
.dump-card-preview .rich-content-compact {
width: 48px;
height: 48px;
width: 80px;
height: 80px;
justify-content: center;
}
.dump-card-preview .rich-content-compact-thumbnail {
width: 48px;
height: 48px;
width: 80px;
height: 80px;
object-fit: contain;
border-radius: 0;
border: none;