1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

fix: fix indentation for mobile view only

This commit is contained in:
pat-s 2024-12-22 15:17:46 +01:00
parent 81b74025d4
commit d0330b7b4c
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

@ -16,7 +16,7 @@
/>
<Icon v-else name="blank" class="md:hidden" />
<span
class="flex gap-2 items-center md:justify-center flex-row py-1 px-2 w-full min-w-20 dark:hover:bg-wp-background-100 hover:bg-wp-background-200 rounded-md"
class="flex gap-2 items-center md:justify-center flex-row py-1 px-2 w-full min-w-20 dark:hover:bg-wp-background-100 hover:bg-wp-background-200 rounded-md sm:pl-[0.6rem] md:pl-0"
>
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" />
<span>{{ tab.title }}</span>