Skip to content

Instantly share code, notes, and snippets.

@jaheba
Last active March 8, 2016 15:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaheba/4dd71543db429c6ae486 to your computer and use it in GitHub Desktop.
Save jaheba/4dd71543db429c6ae486 to your computer and use it in GitHub Desktop.
#post-list .post .post__img {
position: absolute;
margin-left: -200px !important;
display: block;
}
.post .post__img img, img.markdown-inline-img {
height: 20px !important;
width: auto !important;
}
.post .post__header {
margin-bottom: 0;
}
.post .post__body p {
margin-bottom: 0;
}
.post {
padding-top: 0;
}
.post p {
margin-bottom: 0.1em !important;
}
img.emoji {
height: 1em;
width: 1em;
}
#post-list .post__content {
padding-left: 200px;
}
#post-list ul.post__header {
margin-left: -180px;
position: absolute;
}
#post-list ul.post__header--info {
margin-left: 0;
position: inherit;
display: inline;
}
.col__name {
display: inline;
min-width: 4em;
}
.post .post__header {
padding-left: 5px;
vertical-align: bottom;
}
.post .post__content>div {
display: inline;
}
.col__reply {
position: absolute;
right: 5px !important;
top: 3px !important;
}
body {
line-height: 1.6em;
}
.post.same--root.same--user .post__time {
left: -180px;
top: 0 !important;
line-height: 30px;
}
.post:hover .post__time {
color: rgba(0,0,0, 0);
}
.post.same--root.same--user:hover .post__time:before{
color: #000;
}
.bot-indicator {
margin: 0 !important;
margin-left: 1px !important;
margin-right: 1px !important;
min-width: 0px;
}
blockquote {
font-size: 12px;
padding: 5px 0 5px 10px;
margin-left: 50px;
border-left: 3px solid #777;
background-color: rgba(128, 128, 128, 0.08);
}
blockquote:before {
font-size: 12px;
left: -20px;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment