feat(profile): updated tab alignment
This commit is contained in:
parent
c34a8a7fcc
commit
d5641312ca
@ -153,7 +153,7 @@
|
||||
<div class="flex flex-wrap">
|
||||
<div class="w-full">
|
||||
<div class="flex flex-wrap flex-col w-full tabs">
|
||||
<div class="flex lg:flex-wrap flex-row lg:space-x-2">
|
||||
<div class="flex lg:flex-wrap flex-row lg:space-x-2 justify-center">
|
||||
<div class="flex-none">
|
||||
<button @click="() => {
|
||||
state.activetab = 'profile';
|
||||
@ -461,10 +461,10 @@
|
||||
</table>
|
||||
<div v-else class="
|
||||
text-center
|
||||
font-bold
|
||||
font-medium
|
||||
text-black
|
||||
dark:text-white
|
||||
text-2xl
|
||||
text-xl
|
||||
">
|
||||
<img src="../assets/empty_laps.svg" class="h-56 mx-auto" :alt="[
|
||||
[$t('no_sponsorings_for_you_were_recorded_yet')],
|
||||
|
Loading…
x
Reference in New Issue
Block a user