Axel-- / Naut-for-reddit

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

Locked submit button broken #55

Closed CaptainBlagbird closed 8 years ago

CaptainBlagbird commented 8 years ago

(No add-ons used) imgur

luisgiii commented 8 years ago

Hi, in order to solve this issue you need to change line 1615.

From: .sidebox.submit.submit-link .morelink a:after {font-size: 14px; content:"Submit Link";}

to: .sidebox.submit.submit-link .morelink a:before {font-size: 14px; content:"Submit Link";}

luisgiii commented 8 years ago

image

EthanC commented 8 years ago

Fixed in the most recent update, thanks!