From fd19357c72535c11289397625ccab931df221203 Mon Sep 17 00:00:00 2001 From: Roardom Date: Sat, 31 Aug 2024 22:06:49 +0000 Subject: [PATCH] fix: similar page movie column header styles --- resources/sass/pages/_torrents.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/sass/pages/_torrents.scss b/resources/sass/pages/_torrents.scss index e38e7cb979..c413ee630f 100644 --- a/resources/sass/pages/_torrents.scss +++ b/resources/sass/pages/_torrents.scss @@ -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;