Casper theme subscriber button removes RSS icon

The subscriber button when activated in “labs” removes other icons such as RSS in the navbar and when I go to edit the site-nav.hbs file and place the RSS link on top of the subscriber button it squishes it together. How can I fix this?

    {{#if @labs.subscribers}}
        <a class="subscribe-button" href="#subscribe">Subscribe</a>
    {{else}}
        <a class="rss-button" href="{{@site.url}}/rss/" title="RSS" target="_blank" rel="noopener">{{> "icons/rss"}}</a>
    {{/if}}