Skip to content

Instantly share code, notes, and snippets.

@azuline
Created November 12, 2020 19:17
Show Gist options
  • Save azuline/44659ad134d048aa19e504274216c7aa to your computer and use it in GitHub Desktop.
Save azuline/44659ad134d048aa19e504274216c7aa to your computer and use it in GitHub Desktop.
shiori css overrides to not be so fat
#bookmarks-grid {
display: block;
max-width: 700px;
margin: 0 auto;
}
.bookmark.list.no-thumbnail {
flex-flow: row wrap;
padding: 6px 16px;
}
.bookmark-link {
width: 100% !important;
}
.bookmark-tags > a {
margin: 0 4px !important;
padding: 2px 8px !important;
}
.bookmark-menu > .url {
display: none !important;
}
.bookmark-menu {
display: flex !important;
align-items: center !important;
margin-left: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment