jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
49.36k stars 3.96k forks source link

Bulma : Feature request : Add an extra-small size for some UI elements #1471

Closed Lucassifoni closed 6 years ago

Lucassifoni commented 6 years ago

This is about the Bulma CSS framework I'm using Bulma version [0.6.1]

Description

Hi Jeremy, and thanks for your work. What would you think of adding a smaller size for buttons & other UI elements ? (I think it should be accompanied of an accessibility warning, though.)

I've rebuilt a portion of the docs with my changes :

buttons-xsmall buttons-xsmall

Anyway, I'm okay with just maintaining my own fork if this is too specific to my usecase or detrimental to accessibility.

Have a nice day !

oleksiipotiekhin-zz commented 6 years ago

@Lucassifoni what is the purpose of using such a small font-size? Anyway I think it's better to call it is-tiny, it will be more readable.

Lucassifoni commented 6 years ago

@oleksiipotiekhin too-specific use-cases I suppose, I sometimes need to build UIs that fit a single screen height and look a bit like this : mixing table. Not that I'm building virtual mixing consoles, but sometimes a specific system benefits from compacity more than readibility, because the person using it needs to see everything at a quick glance.

You're right about the name ! I'll maintain my own fork, It won't be useful enough to justify adding it.