Skip to content

Commit

Permalink
Merge pull request #124 from Florry/florry-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieS1103 authored Feb 19, 2022
2 parents ea782c9 + cc25aab commit 84b861c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,20 @@
"title": "Fix progress bar displacement",
"description": "Fix the progress bar displacement when listening on different devices",
"code": ".main-connectBar-connectBar { overflow: visible !important; --triangle-position: 147px !important; align-items: unset !important; height: 0px !important; position: absolute !important; left: 80% !important; display: flex !important; bottom: 2% !important; padding: unset !important; }"
},
{
"title": "Fix playlist arrows",
"description": "Fixes the opened and closed orientation of the playlist folder arrows",
"code": ".main-rootlist-expandArrow { -webkit-transform: rotate(-90deg) !important; transform: rotate(-90deg) !important; } .main-rootlist-expandArrow:hover { -webkit-transform: rotate(-90deg) !important; transform: rotate(-90deg) !important; } .qAAhQw9dXNB7DbPgDDxy { -webkit-transform: rotate(0deg) !important; transform: rotate(0deg) !important; } .qAAhQw9dXNB7DbPgDDxy:hover { -webkit-transform: rotate(0deg) !important; transform: rotate(0deg) !important; }"
},
{
"title": "Fix main view width",
"description": "Makes main view fill up all available space",
"code": ".contentSpacing { max-width: 100% !important; }"
},
{
"title": "Left aligned heart icons",
"description": "Moves the heart icon to the left side of the track title in track views",
"code": ".main-trackList-rowSectionStart { margin-left: 38px !important; } .main-addButton-button.main-trackList-rowHeartButton, .main-addButton-button.main-trackList-rowHeartButton { position: absolute !important; left: 48px !important; }"
}
]
]

0 comments on commit 84b861c

Please sign in to comment.