mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-22 08:23:52 +01:00
Adjust the height and position of reddit thumbnails
This commit is contained in:
parent
3523562c3a
commit
f317b1b189
@ -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…
Reference in New Issue
Block a user