Skip to content

Instantly share code, notes, and snippets.

@sameerasw
Created July 29, 2024 13:46
Show Gist options
  • Select an option

  • Save sameerasw/3b6a18741854a92bcaf79b6de71bdee7 to your computer and use it in GitHub Desktop.

Select an option

Save sameerasw/3b6a18741854a92bcaf79b6de71bdee7 to your computer and use it in GitHub Desktop.
Usable Reddit CSS
#AppRouter-main-content > div > div > div._3ozFtOe6WpJEMUtxDOIvtU > div._31N0dvxfpsO6Ur5AKx4O5d > div._1OVBBWLtHoSPfGCRaPzpTf._3nSp9cdBpqL13CqjdMr2L_._2OVNlZuUd8L9v0yVECZ2iA {
width: 50rem !important;
}
#right-sidebar-container{
opacity: 0.01;
transition: all 0.5s ease-in-out;
scale: 0.5 !important;
&:hover{
opacity: 1;
scale: 1 !important;
}
}
#left-sidebar{
opacity: 0.01;
transition: all 0.5s ease-in-out;
&:hover{
opacity: 1;
}
}
#left-sidebar-container, shreddit-app reddit-header-large .contents .h-header-large{
border: none !important;
}
.contents span:has(faceplate-tooltip #advertise-button){
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment