We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2399d74 commit 7c3a54aCopy full SHA for 7c3a54a
src/pages/id/_id.vue
@@ -47,7 +47,7 @@
47
</div>
48
<div class="flex items-center">
49
<span v-if="$store.state.session.id === $route.params.id" class="w-full h-full">
50
- <button class="bg-darkBG focus:outline-none rounded-lg xl:hidden" @click="toggleSettings">
+ <button class="bg-darkBG focus:outline-none rounded-lg xl:hidden p-1" @click="toggleSettings">
51
<PencilIcon class="text-white" />
52
</button>
53
<SecondaryButton
0 commit comments