Skip to content

Commit

Permalink
fix(script: css): remove override for playlist-page header min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 2, 2021
1 parent 727f876 commit 66929a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions oomoxify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ for archive_path in "${backup_dir}"/*.spa ; do
section[data-testid='playlist-page'] > div:nth-child(2) > div.contentSpacing {
padding: 2px 32px !important;
}
section[data-testid='playlist-page'] > div {
min-height: 320px !important;
}
" >> "${css_filepath}"

if [ -n "${replace_font:-}" ] ; then
Expand Down

0 comments on commit 66929a3

Please sign in to comment.