Skip to content

Commit

Permalink
fix: Thumbnails background (#5058)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
math-GH committed Jan 30, 2023
1 parent 4f316b2 commit 9e4b4c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion p/themes/base-theme/frss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1212,10 +1212,14 @@ a.website:hover .favicon {

.flux .item.thumbnail {
line-height: 0;
padding: 0.75rem;
padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items);
height: 80px;
}

.flux .item.thumbnail .item-element {
padding: 0;
}

.flux .item.thumbnail.small {
height: 40px;
}
Expand Down
6 changes: 5 additions & 1 deletion p/themes/base-theme/frss.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1212,10 +1212,14 @@ a.website:hover .favicon {

.flux .item.thumbnail {
line-height: 0;
padding: 0.75rem;
padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items);
height: 80px;
}

.flux .item.thumbnail .item-element {
padding: 0;
}

.flux .item.thumbnail.small {
height: 40px;
}
Expand Down

0 comments on commit 9e4b4c9

Please sign in to comment.