Skip to content

Commit

Permalink
make play button in playlists look closer to gtk header buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 1, 2021
1 parent 7f6d4e8 commit 43e06a8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions oomoxify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,22 @@ for archive_path in "${backup_dir}"/*.spa ; do
div[role='gridcell'] div img {
filter: grayscale(1);
}
div[data-testid='action-bar-row'] button[data-testid='play-button'] {
--size: 40px !important;
margin-right: 24px !important;
}
div[data-testid='action-bar-row'] button[data-testid='play-button'] svg {
height: 16px !important;
width: 16px !important;
}
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
echo "
* {
Expand Down

0 comments on commit 43e06a8

Please sign in to comment.