Skip to content

Instantly share code, notes, and snippets.

@splorp
Last active August 20, 2017 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splorp/39ad6117b26ac76a2303cba4cb4d1db6 to your computer and use it in GitHub Desktop.
Save splorp/39ad6117b26ac76a2303cba4cb4d1db6 to your computer and use it in GitHub Desktop.
Dropbox Usefulness Expander
/* ============================================================================ */
/* Custom styles for dropbox.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
/* Expand height of tree view modal */
.db-modal {
margin-top: 1vh;
}
.db-modal .db-modal-content {
max-height: 90vh;
}
.tree-view {
height: 70vh;
}
/* Tighten up file browser row spacing */
.brws-files-view-list .mc-media-cell,
.brws-pinned-team-folder-view .mc-media-cell {
min-height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment