Skip to content

Commit

Permalink
fix huge playlist font in case of using custom font
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 1, 2021
1 parent 85486f0 commit f3fe633
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oomoxify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3fe633

Please sign in to comment.