Skip to content

Instantly share code, notes, and snippets.

@nabinno
Last active September 9, 2018 00:27
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 nabinno/0088e09c57d64876082a10e4e17ab741 to your computer and use it in GitHub Desktop.
Save nabinno/0088e09c57d64876082a10e4e17ab741 to your computer and use it in GitHub Desktop.
#container {
margin: 0;
}
#global-header, .left-container, .right-container, .centerarticle-entry-image, .centerarticle-reaction-thumb, .centerarticle-entry-contents, .centerarticle-search, .centerarticle-reaction-following, .footer {
display: none;
}
.bookmark-item, .interest-touch-bookmark-item {
border: none;
padding: 4px 0 5px 22px;
}
.center-container {
margin: 0;
max-width: 100%;
padding: 0;
width: 100%;
}
.centerarticle-entry-title, .centerarticle-reaction-meta {
display: inline-block;
}
.centerarticle-reaction-delete {
right: 17px;
}
.centerarticle-reaction-edit {
right: 35px;
}
.centerarticle-reaction-edit, .centerarticle-reaction-delete {
display: inline-block;
top: 10px;
}
.centerarticle-wrapper {
max-width: 100%;
}
.is-image-entry-unit .centerarticle-entry-contents, .centerarticle-reaction-comment {
min-height: 0;
}
body {
min-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment