Skip to content

Instantly share code, notes, and snippets.

@than
Last active July 31, 2016 12:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save than/6049ac0d11c33b689eaa to your computer and use it in GitHub Desktop.
Save than/6049ac0d11c33b689eaa to your computer and use it in GitHub Desktop.
Fluid userstyles for Overcast.fm
/**
* Userstyles for Overcast.fm Fluid app
* than.land
* Updated: 8/13/14
*/
/* Custom scroll bar */
html {
overflow: auto;
}
body {
position: absolute;
top: 10px;
left: 0;
bottom: 10px;
right: 10px;
padding: 30px 20px 30px 30px;
overflow-y: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 1px;
}
::-webkit-scrollbar-track {
background: #eee;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(252,126,15,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(252,126,15,0.4);
}
/* Page layout tweaks */
.nav {
padding-top: 0 !important;
}
.container h2:first-child {
margin-top: 0 !important;
}
#audioplayer {
margin-bottom: 1em !important;
}
@nayefc
Copy link

nayefc commented Mar 15, 2016

Hey @than, is this script still working for you? It's still showing a wide window for me.

@shrop
Copy link

shrop commented Jul 31, 2016

Yeah, this one doesn't seem to work for me. I am sure routine changes to overcast.fm. Thanks for the article though. It is very useful!

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