From c380d75d3d5839b226f5e30887bb1f6973426fec Mon Sep 17 00:00:00 2001 From: Gusted Date: Thu, 12 Aug 2021 14:07:05 +0200 Subject: [PATCH] Add comment --- popup/search.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popup/search.css b/popup/search.css index 2ccc0e01..643d4d7f 100644 --- a/popup/search.css +++ b/popup/search.css @@ -196,6 +196,10 @@ body.search-results-shown { color: darkred; } +/* Keeping an empty rule so customizers can easily tweak it */ +search-result-meta [data-type="rating"][data-class="none"] dd { +} + .search-result-meta [data-type="weekly"], .search-result-meta [data-type="total"] { text-align: right;