Skip to content

Commit

Permalink
fix: similar page movie column header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Roardom committed Aug 31, 2024
1 parent dff9f69 commit fd19357
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/sass/pages/_torrents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,12 @@ td.torrent-search--grouped__age time {
border-bottom: 0;
}

.similar-torrents__torrents > thead > tr > th {
padding: 7px;
font-size: 12px;
font-weight: bold;
}

.similar-torrents__torrents tr:last-child,
th.similar-torrents__type {
background-color: initial;
Expand Down

0 comments on commit fd19357

Please sign in to comment.