Skip to content

Instantly share code, notes, and snippets.

@jsnfwlr
Last active March 12, 2020 23:38
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 jsnfwlr/41ffc46570cb6bfe9e7281cca36b1c3e to your computer and use it in GitHub Desktop.
Save jsnfwlr/41ffc46570cb6bfe9e7281cca36b1c3e to your computer and use it in GitHub Desktop.
body { background-color: #2c292d; }
#main { margin-top: 2.5vw !important; display: flex; width: 95vw !important; left: 0%; }
#main .column { max-width: calc(16.6% - 20px); margin: 10px; }
#main .column > ul > li + li { margin-top: 1em; }
#main .column > ul > li > .folder { display: inline-flex; background: #ffffff33; width: 100%;font-weight: bold; border-radius: 0.2em; }
#main .column > ul > li > .folder .icon { display: none; }
#main .column > ul > li > .folder.open { margin-bottom: 1em; }
#main .column:first-child { margin-right: auto !important; max-width: calc(14.285% - 20px) !important; }
#main .column:first-child > ul > li > div { padding: 0 !important; }
#main .column:first-child > ul > li > div > ul { display: flex; flex-wrap: wrap; }
#main .column:first-child > ul > li > div > ul > li { display: inline; }
#main .column:first-child > ul > li > div > ul > li > a { padding: 0 0 0 0.45em !important; }
#main .column:last-child { margin-left: auto !important; max-width: calc(14.285% - 20px) !important; }
#main a { font-size: 12px; color: #FFFFFF; -webkit-transition-duration: 0.2s; line-height: 2; padding-left: 0.8em; padding-right: 0.8em; }
#main a:not(.folder):hover { background-color: #2c292d; color: #78dce8; box-shadow: none; box-shadow: none; }
#main a.folder:hover { background-color: #ffffff33; color: #78dce8; box-shadow: none; box-shadow: none; }
#main a + div { padding-left: 1em; }
#options_button { opacity: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment