Axel-- / Naut-for-reddit

A css theme for reddit.com
476 stars 345 forks source link

Submit Text Button Missing #34

Closed thenameisnigel-old closed 9 years ago

thenameisnigel-old commented 9 years ago

I was setting up the theme on my sub-reddit, and I disabled links (because it'll be a text-only subreddit) and I noticed that the submit text button is missing? screen shot 2015-03-16 at 10 23 06 pm screen shot 2015-03-16 at 10 23 16 pm

tonybaroneee commented 9 years ago

Did you try the "Submit button for text-only subreddits" addon?

/* --- Addon: Submit Button fix for text subreddits --- */
    .sidebox.submit.submit-link {display:none;}
    .sidebox.submit.submit-text {display: block;}
/* --- End Addon --- */
thenameisnigel-old commented 9 years ago

Whoops, I'm slow. Thank you! @tonybaroneee