Skip to content

Commit 7c3a54a

Browse files
authored
fix: padding on collapsed header edit button (#1168)
1 parent 2399d74 commit 7c3a54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/id/_id.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</div>
4848
<div class="flex items-center">
4949
<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">
50+
<button class="bg-darkBG focus:outline-none rounded-lg xl:hidden p-1" @click="toggleSettings">
5151
<PencilIcon class="text-white" />
5252
</button>
5353
<SecondaryButton

0 commit comments

Comments
 (0)