Skip to content

Commit

Permalink
fix(snippets): left aligned heart icons (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Oct 3, 2023
1 parent 85220c6 commit 7be3b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default [
{
"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 {\n margin-left: 38px !important;\n}\n.main-addButton-button.main-trackList-rowHeartButton,\n.main-addButton-button.main-trackList-rowHeartButton {\n position: absolute !important;\n left: 48px !important;\n}",
"code": ".main-trackList-rowSectionStart {\n margin-left: 38px !important;\n}\n.main-trackList-rowHeartButton {\n position: absolute !important;\n left: 48px !important;\n}",
"preview": "resources/assets/snippets/left-aligned-heart-icons.png",
},
{
Expand Down

0 comments on commit 7be3b55

Please sign in to comment.