Last active
August 20, 2017 21:24
-
-
Save splorp/39ad6117b26ac76a2303cba4cb4d1db6 to your computer and use it in GitHub Desktop.
Dropbox Usefulness Expander
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ============================================================================ */ | |
/* 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