Skip to content

Instantly share code, notes, and snippets.

@NunoSempere
Created February 2, 2023 15:38
Show Gist options
  • Save NunoSempere/3062bc92531be5024587473e64bb2984 to your computer and use it in GitHub Desktop.
Save NunoSempere/3062bc92531be5024587473e64bb2984 to your computer and use it in GitHub Desktop.
Effective Altruism Forum CSS snippet
/* For this extension: <https://addons.mozilla.org/en-GB/firefox/addon/styl-us/> */
@-moz-document domain("forum.effectivealtruism.org") {
.SingleColumnSection-root {
width: 900px;
max-width: 1200px;
margin-left: 52.5px; /* tweak depending on your screen */
}
.NavigationStandalone-sidebar {
display: none;
}
.intercom-lightweight-app{
display: none;
}
}
@NunoSempere
Copy link
Author

result

@NunoSempere
Copy link
Author

NunoSempere commented Feb 2, 2023

In contrast with

contrast2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment