Likely icon indicating copy to clipboard operation
Likely copied to clipboard

Document how to orient buttons in a column

Open iamakulov opened this issue 9 years ago • 3 comments

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.

iamakulov avatar Jul 01 '16 10:07 iamakulov

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)

vitkarpov avatar Jul 01 '16 11:07 vitkarpov

Good point. Will discuss this with @ilyabirman.

iamakulov avatar Jul 01 '16 12:07 iamakulov

Gonna stick with <br/> so far.

NikolayRys avatar May 24 '20 02:05 NikolayRys