Adjust the height and position of reddit thumbnails

This commit is contained in:
Svilen Markov 2024-05-03 05:43:08 +01:00
parent 3523562c3a
commit f317b1b189

View File

@ -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 {