-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f03926
commit ccdfdab
Showing
3 changed files
with
46 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* | ||
div wrapper used both for comments and posts | ||
ONLY FOR NEW REDDIT | ||
*/ | ||
._1wgnb6w6OJogtEV2N4B3lD { | ||
display: none; | ||
} | ||
/* | ||
cross-posted posts have different div wrapper for the awards | ||
this styling hides it completely - USED ON NEW REDDIT.COM | ||
*/ | ||
._3XoW0oYd5806XiOr24gGdb { | ||
display: none; | ||
} | ||
|
||
/* wrapper div for awards used only on OLD.REDDIT.COM */ | ||
.awardings-bar { | ||
display: none; | ||
} | ||
|
||
/* | ||
div used for animated awards - remove red box-shadow | ||
ONLY FOR NEW REDDIT | ||
*/ | ||
._3VH2iGVh92XtlKq0-eVoEN { | ||
box-shadow: none !important; | ||
} | ||
|
||
/* | ||
div wrapper with an animated award svg element | ||
ONLY FOR NEW REDDIT | ||
*/ | ||
._28x1bnTjOY6zWZfooCxkKQ { | ||
display: none; | ||
} | ||
|
||
/* | ||
comments with big(?) ammount of awards have yellowish gradient set as a background | ||
this removes it | ||
ONLY FOR NEW REDDIT | ||
*/ | ||
.TmlaIdEplCzZ0F1aRGYQh { | ||
background: inherit; | ||
} |
This file was deleted.
Oops, something went wrong.