adjective

Url

25 of 60
Bad / Uncomfortable

queasy - Feeling nervous, uneasy, or anxious.

After the stock he bougtht kept going down, he felt queasy and thought perhaps he had made a bad decision.

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