little easier to click on audio in entry

This commit is contained in:
adueck 2023-12-18 00:01:48 +04:00
parent 8922d96c55
commit e2b283f729
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function Entry({
{entry.a && !nonClickable && (
<i
onClick={handlePlayStorageAudio}
className="clickable ml-2 fas fa-volume-down"
className="clickable ml-2 fas fa-volume-down px-1"
/>
)}
</div>