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
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 43s
This commit is contained in:
14
src/App.css
14
src/App.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user