mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-11-26 12:36:17 -05:00
Update icons and fix cover
This commit is contained in:
@@ -85,8 +85,8 @@ pre {
|
||||
|
||||
.article__header-img > a > img {
|
||||
height: var(--height-img);
|
||||
object-position: center;
|
||||
object-fit: contain;
|
||||
object-position: top;
|
||||
object-fit: cover;
|
||||
}
|
||||
.article__random-background {
|
||||
height: 100%;
|
||||
|
||||
@@ -4,4 +4,10 @@
|
||||
|
||||
.subtitle {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.article__header-img > a > img {
|
||||
height: initial;
|
||||
object-position: initial;
|
||||
object-fit: initial;
|
||||
}
|
||||
Reference in New Issue
Block a user