mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
use pl-2.5 class
This commit is contained in:
parent
d0330b7b4c
commit
4d2471c79f
@ -16,7 +16,7 @@
|
|||||||
/>
|
/>
|
||||||
<Icon v-else name="blank" class="md:hidden" />
|
<Icon v-else name="blank" class="md:hidden" />
|
||||||
<span
|
<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 sm:pl-[0.6rem] md:pl-0"
|
class="flex gap-2 items-center md:justify-center flex-row py-1 w-full min-w-20 dark:hover:bg-wp-background-100 hover:bg-wp-background-200 rounded-md sm:pl-2.5 md:pl-2 sm:pr-2"
|
||||||
>
|
>
|
||||||
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" />
|
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" />
|
||||||
<span>{{ tab.title }}</span>
|
<span>{{ tab.title }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user