adjective

Url

1357 of 1576
Bad / Uncomfortable

uneasy - Feeling anxious, worried, or uncomfortable about something; feeling a sense of discomfort or restlessness.

She felt uneasy walking alone through the dark alley.

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