Skip to content

Instantly share code, notes, and snippets.

@peterc
Created July 13, 2020 15:48
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 peterc/4a03733ecf573c1449edf7f8179943d4 to your computer and use it in GitHub Desktop.
Save peterc/4a03733ecf573c1449edf7f8179943d4 to your computer and use it in GitHub Desktop.
Format subreply more nicely - use with an extension like Stylish
body {
font-family: "Menlo", Monaco, Consolas, monospace;
font-size: 16px;
line-height: 24px;
}
.container {
grid-template-columns: 2fr minmax(200px, 1fr) minmax(600px, 3fr) 3fr;
}
.entry {
padding: 12px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment