That_guy_why

Untitled

May 31st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. 1. when I try to flair it from the post itself it doesnt' work
  2. I have to do it from the front page of the sub
  3. Clev, Scramble Discord
  4.  
  5. 4. No Button to go to the Reddit Homepage
  6.  
  7. 5. There is no link to the full rules on the sidebar
  8.  
  9. FIXED
  10.  
  11. 3. The Filter List for video games on the right leads to
  12. https://www.reddit.com/r/respectthreads/search?sort=new&restrict_sr=on&q=flair%3Avideogames
  13. instead of
  14. https://www.reddit.com/r/respectthreads/search?sort=new&restrict_sr=on&q=flair%3Agames
  15.  
  16. https://www.reddit.com/r/respectthreads/comments/6axyzb/respect_thread_symposium_may_13_19/dhnwb86/
  17.  
  18. 2. So I just posted a RT, since I've got RES while on the submit screen I could see a preview of what I'm about to post to make sure I got the formatting right. Only on here, that doesn't work, specifically headings don't work.
  19. #like this
  20. like this
  21.  
  22. This is because the CSS specifically hides h1 elements, but only while on the submit page so it works fine elsewhere. This is to hide the submit to /r/respectthreads text either here or here. Could it please be changed to just hide those in this case? The relevant rule is this one
  23. .submit-page .content h1 { display:none; }
  24. To hide just those two mentioned you'd use .submit-page .content > h1, .submit-page .submit_text h1 as a selector instead, the former part hiding the first and the latter part hiding the second.
  25.  
  26. https://www.reddit.com/r/respectthreads/comments/6axyzb/respect_thread_symposium_may_13_19/dhr9vyl/
Add Comment
Please, Sign In to add comment