adjective

1660 of 3214
Other / Body

slender - Attractively thin

If a person can't lose weight, at least they can wear clothes that make them look more slender.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }