Bootstrap3 .visible-* .hidden-* display inline

后端 未结 4 813
挽巷
挽巷 2020-12-29 01:26

Bootstrap has some nice .visible-* (eg. .visible-lg) class utility for selecting what to show or hide depending on the screen size.

When us

4条回答
  •  攒了一身酷
    2020-12-29 01:48

    The following library extends the visible helper classes with inline & inline-block variations:

    https://github.com/moappi/bootstrap.inline-responsive

    Implements the following:

    • visible-inline-*
    • hidden-inline-*

    and

    • visible-inline-block-*
    • hidden-inline-block-*

提交回复
热议问题