feat(profile): updated tab alignment

This commit is contained in:
Philipp Dormann 2024-12-16 16:55:16 +01:00
parent c34a8a7fcc
commit d5641312ca
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -153,7 +153,7 @@
<div class="flex flex-wrap"> <div class="flex flex-wrap">
<div class="w-full"> <div class="w-full">
<div class="flex flex-wrap flex-col w-full tabs"> <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"> <div class="flex-none">
<button @click="() => { <button @click="() => {
state.activetab = 'profile'; state.activetab = 'profile';
@ -461,10 +461,10 @@
</table> </table>
<div v-else class=" <div v-else class="
text-center text-center
font-bold font-medium
text-black text-black
dark:text-white dark:text-white
text-2xl text-xl
"> ">
<img src="../assets/empty_laps.svg" class="h-56 mx-auto" :alt="[ <img src="../assets/empty_laps.svg" class="h-56 mx-auto" :alt="[
[$t('no_sponsorings_for_you_were_recorded_yet')], [$t('no_sponsorings_for_you_were_recorded_yet')],