adjective

217 of 733
Other / Body

bloated - (of part of the body) swollen with fluid or gas

Bud always felt bloated after eating too much, but when the food tasted so good he just couldn't stop himself.

// 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(); }); }