Skip to content

Instantly share code, notes, and snippets.

@vasilisvg
Created October 27, 2012 20:25
Show Gist options
  • Save vasilisvg/3966011 to your computer and use it in GitHub Desktop.
Save vasilisvg/3966011 to your computer and use it in GitHub Desktop.
Optimized user style for alpha.app.net on a small screen
/* your source here */
@media (max-width: 600px) {
body {
padding: 45px 0 150px !important;
}
.hero-unit {
display: none;
}
.newpost {
position: fixed;
bottom: 0;
z-index: 2;
width: 100%;
box-sizing: border-box;
background: #666 !important;
}
.editable {
height: 10px !important;
-webkit-transition: height .3s .5s !important;
}
.editable:focus {
height: 90px !important;
-webkit-transition: height .3s !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment