Skip to content

Instantly share code, notes, and snippets.

@Klaster1
Created February 16, 2018 02:44
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 Klaster1/0d2c6f78eb02f7567924e20da22e73b1 to your computer and use it in GitHub Desktop.
Save Klaster1/0d2c6f78eb02f7567924e20da22e73b1 to your computer and use it in GitHub Desktop.
Weight Weenies redesign fixes
.post > .inner {
display: flex;
flex-direction: row;
}
.postprofile {
flex-basis: 15%;
float: none;
}
.postbody {
flex: 1;
float: none;
}
#phpbb.section-viewtopic .postbody > div:first-child {
border-left: 1px dotted #ccc;
border-right: none;
}
#phpbb.section-viewtopic .post .postbody .author a {
top: -1.25em;
left: -1.0em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment