Skip to content

Commit

Permalink
feat(snippets): add "remove top bar spacing" (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowshiroyuki authored Dec 7, 2023
1 parent b16dd67 commit 57f5a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/assets/snippets/remove-top-spacing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,10 @@ export default [
"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",
},
{
"title": "Remove top spacing",
"description": "Remove top spacing where should be the Window action buttons. Useful for tiling window managers.",
"code": ".spotify__container--is-desktop .Root__top-container { padding-top: 8px; }",
"preview": "resources/assets/snippets/remove-top-spacing.png",
},
];

0 comments on commit 57f5a45

Please sign in to comment.