Bloke / smd_thumbnail

Multiple image thumbnails of arbitrary dimensions
GNU General Public License v2.0
8 stars 4 forks source link

More white space on some elements of the UI ... #11

Closed joopvos closed 7 years ago

joopvos commented 7 years ago

Hi Stef,

It has to do with 'taste' but I think smd_thumbnail firstly needs some white space on the two buttons (top/bottom) and at the left of the first column > "screenshot":http://take.ms/wAfHn

And if the table could be as wide as the toggle you're plugin UI will shine ... :)

Joop

PS I've done some tweaking with dev tools (Chrome) and with some margin/padding you're good to go. Let me know if I can help you furthermore. As I will.

joopvos commented 7 years ago

The white space left of the form (table) td:first-child has padding: 0 ... with 8px it looks nice(r).

@media (min-width: 480px)
#smd_thumb_profile_form th:first-child, #smd_thumb_profile_form td:first-child {
    padding-left: 8px;
}