Skip to content

Commit

Permalink
feat: style 'already added' dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 5, 2021
1 parent 24ef5f2 commit ecea803
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 @@ -374,6 +374,10 @@ for archive_path in "${backup_dir}"/*.spa ; do
section[data-testid='playlist-page'] > div:nth-child(2) > div.contentSpacing {
padding: 2px 32px !important;
}
div[aria-label='Already added'] button:last-child {
color: #${SEL_FG:-$SPOTIFY_PROTO_BG};
}
" >> "${css_filepath}"

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

0 comments on commit ecea803

Please sign in to comment.