-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make subreddit multireddits inherit the subreddit stylesheet #15
Comments
If it helps, this is where the subreddit stylesheet applies, and the @property
def stylesheet_url(self):
return self.owner.stylesheet_url if isinstance(self.owner, Subreddit) else "" The other thing that would be useful is to add some class to the body to mark that it is a multireddit rather than a subreddit (given that one might want to style them differently). |
Way ahead of you. Just made the issue to remind myself to finish it. I already have the stylesheet itself being inherited, as well as the url and https urls, and I added a |
It still might be useful to have a |
@Pokechu22 Will do. Do you have any idea if what's applied here would need to be applied for multis or not? I don't have any problems...But then again I don't know why it's done in the first place. |
@13steinj I really have no clue. Does the |
@Pokechu22 It doesn't get applied to multis as it is; it aborts with a 404. But I've no idea why |
For /pokechu22/reddit/fix-subreddit-multireddits
The text was updated successfully, but these errors were encountered: