Skip to content

Commit

Permalink
Minor eye candy
Browse files Browse the repository at this point in the history
  • Loading branch information
oritromax committed May 10, 2024
1 parent c57440e commit b61970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
<div class="results mt-3">
<div class="flex justify-normal flex-wrap">
<div class="cursor-pointer hover:bg-gray-700 p-2 rounded text-xl antialiased" v-for="emoji in emojis"
<div class="border border-gray-200 cursor-pointer hover:bg-gray-700 p-2 m-1 rounded text-xl antialiased bg-white" v-for="emoji in emojis"
:key="emoji.index" @click="copyToClipboard(emoji.emoji)">
{{ emoji.emoji }}
</div>
Expand Down

0 comments on commit b61970c

Please sign in to comment.