From f3fe63349f6023e958abb6a8ef191984141cc1f4 Mon Sep 17 00:00:00 2001 From: actionless Date: Thu, 1 Apr 2021 18:12:57 +0200 Subject: [PATCH] fix huge playlist font in case of using custom font --- oomoxify.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oomoxify.sh b/oomoxify.sh index 3486810..48a89cb 100755 --- a/oomoxify.sh +++ b/oomoxify.sh @@ -371,6 +371,10 @@ for archive_path in "${backup_dir}"/*.spa ; do * { font-weight: 400 !important; } + section[data-testid='playlist-page'] h1 { + font-size: 50px !important; + line-height: 50px !important; + } " >> "${css_filepath}" fi zip -0 "./${archive_name}" "${css_filepath}" > /dev/null