Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(snippet): thin library sidebar rows #556

Merged
merged 3 commits into from
Jul 28, 2023

Conversation

bpartridge
Copy link
Contributor

@bpartridge bpartridge commented Jul 23, 2023

thin-library-sidebar-rows

Party like it's early 2023 and see all your playlists on one screen!


Uncompressed CSS for those interested:

.main-yourLibraryX-listItemGroup {
  grid-template-rows: none !important;
}

.main-yourLibraryX-listItemGroup * {
  padding-block: 0;
}

.main-yourLibraryX-listItem {
  [role="group"] {
    min-block-size: 0 !important;
  }
  .HeaderArea .Column {
    flex-direction: row;
    gap: 0.5em;
  }
  .HeaderArea * {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .x-entityImage-imageContainer, .main-yourLibraryX-rowCover {
    width: 1.6em !important;
    height: 1.6em !important;
  }
}

.main-yourLibraryX-listRowSubtitle {
  padding-top: 0px;
}

@bpartridge bpartridge requested a review from a team as a code owner July 23, 2023 23:55
@bpartridge bpartridge requested review from CharlieS1103 and removed request for a team July 23, 2023 23:55
@bpartridge bpartridge changed the title feat(snippets): Thin Library Sidebar Rows (snippet): Thin Library Sidebar Rows Jul 23, 2023
@bpartridge bpartridge changed the title (snippet): Thin Library Sidebar Rows feat(snippet): Thin Library Sidebar Rows Jul 23, 2023
@bpartridge bpartridge changed the title feat(snippet): Thin Library Sidebar Rows feat(snippet): thin library sidebar rows Jul 23, 2023
src/resources/snippets.ts Outdated Show resolved Hide resolved
@bpartridge bpartridge requested a review from kyrie25 July 24, 2023 15:30
@theRealPadster theRealPadster merged commit fa1d6b8 into spicetify:main Jul 28, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants