Skip to content

Commit

Permalink
Adjust the height and position of reddit thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
svilenmarkov committed May 3, 2024
1 parent 3523562 commit f317b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/assets/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -576,11 +576,11 @@ body {
.forum-post-list-thumbnail {
flex-shrink: 0;
width: 6rem;
height: 4rem;
height: 4.1rem;
border-radius: var(--border-radius);
object-fit: cover;
border: 1px solid var(--color-separator);
margin-top: 0.2rem;
margin-top: 0.1rem;
}

.bookmarks-group {
Expand Down

0 comments on commit f317b1b

Please sign in to comment.