Skip to content

Instantly share code, notes, and snippets.

@davenewham
Last active April 30, 2020 16:54
Show Gist options
  • Save davenewham/fe68fe4ba4e8ec8d516de1b937f332a7 to your computer and use it in GitHub Desktop.
Save davenewham/fe68fe4ba4e8ec8d516de1b937f332a7 to your computer and use it in GitHub Desktop.
Tried the beta today, however the row layout has far too much padding on larger displays. Fixed this by overriding the padding code. To apply changes: Go to Settings -> Appearance -> Themes -> Custom Mode (Customize) -> Paste Above CSS
.item-container, .item-container-row {
padding: 0;
}
.rounded50{
display: none;
}
@Double-A-92
Copy link

Thank you. The proportional padding was unbearable on a 4K monitor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment