Skip to content

Commit f317b1b

Browse files
committed
Adjust the height and position of reddit thumbnails
1 parent 3523562 commit f317b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/assets/static/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,11 @@ body {
576576
.forum-post-list-thumbnail {
577577
flex-shrink: 0;
578578
width: 6rem;
579-
height: 4rem;
579+
height: 4.1rem;
580580
border-radius: var(--border-radius);
581581
object-fit: cover;
582582
border: 1px solid var(--color-separator);
583-
margin-top: 0.2rem;
583+
margin-top: 0.1rem;
584584
}
585585

586586
.bookmarks-group {

0 commit comments

Comments
 (0)