Likely
Likely copied to clipboard
Document how to orient buttons in a column
We received a letter asking how to make the buttons oriented in a column instead of a row. This can be done by placing <br />s between the buttons:
<div class="likely">
<div class="facebook">Share</div><br />
<div class="twitter">Tweet</div><br />
</div>
This should be documented in README.
Also, maybe it could be done using by adding likely-vertical class? It's more convenient to change the orientation in runtime (for instance, when the screen's becoming narrow)
Good point. Will discuss this with @ilyabirman.
Gonna stick with <br/> so far.