Adjust the height and position of reddit thumbnails
This commit is contained in:
parent
3523562c3a
commit
f317b1b189
1 changed files with 2 additions and 2 deletions
|
|
@ -576,11 +576,11 @@ body {
|
||||||
.forum-post-list-thumbnail {
|
.forum-post-list-thumbnail {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
height: 4rem;
|
height: 4.1rem;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border: 1px solid var(--color-separator);
|
border: 1px solid var(--color-separator);
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarks-group {
|
.bookmarks-group {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue