Skip to content

Commit

Permalink
fix(snippets): update Smaller right sidebar covert art classes (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Nov 30, 2023
1 parent 3b479eb commit 26312e7
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 @@ -332,7 +332,7 @@ export default [
{
"title": "Smaller right sidebar covert art",
"description": "Makes the right sidebar cover art smaller and move the track info to the right",
"code": ":root { --right-sidebar-cover-art-size: 85px; } \n.main-nowPlayingView-coverArt { width: var(--right-sidebar-cover-art-size); } \n.zL6hQR4mukVUUQaa_7K1 { min-height: unset !important; height: var(--right-sidebar-cover-art-size) !important; } \n.main-nowPlayingView-nowPlayingGrid { flex-direction: unset; } \n.main-nowPlayingView-contextItemInfo .main-trackInfo-name { font-size: 1.25rem; } \n.main-nowPlayingView-contextItemInfo .main-trackInfo-artists { font-size: 0.85rem; }",
"code": ":root { --right-sidebar-cover-art-size: 85px; } \n.main-nowPlayingView-coverArt { width: var(--right-sidebar-cover-art-size); } \n.main-nowPlayingView-coverArtContainer { min-height: unset !important; height: var(--right-sidebar-cover-art-size) !important; } \n.main-nowPlayingView-nowPlayingGrid { flex-direction: unset; } \n.main-nowPlayingView-contextItemInfo .main-trackInfo-name { font-size: 1.25rem; } \n.main-nowPlayingView-contextItemInfo .main-trackInfo-artists { font-size: 0.85rem; }",
"preview": "resources/assets/snippets/smaller-right-sidebar-cover.png",
},
];

0 comments on commit 26312e7

Please sign in to comment.