mirror of
https://github.com/Xevion/glance.git
synced 2025-12-15 04:11:59 -06:00
Make RSS thumbnail height configurable
This commit is contained in:
@@ -813,7 +813,7 @@ body {
|
||||
}
|
||||
|
||||
.rss-card-image {
|
||||
height: 10rem;
|
||||
height: var(--rss-thumbnail-height, 10rem);
|
||||
object-fit: cover;
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user