mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Change padding and footer size
This commit is contained in:
@@ -15,7 +15,7 @@ useIntervalFn(async () => await refresh(), 5000)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<UCard class="mx-4 md:mx-0 f-auto flex flex-col justify-between" :ui="CardUi">
|
<UCard class="flex flex-col justify-between" :ui="CardUi">
|
||||||
<div v-if="activity && activity.data.activities" class="flex items-center gap-x-4">
|
<div v-if="activity && activity.data.activities" class="flex items-center gap-x-4">
|
||||||
<p
|
<p
|
||||||
class="uppercase tracking-widest text-sm"
|
class="uppercase tracking-widest text-sm"
|
||||||
@@ -60,7 +60,7 @@ useIntervalFn(async () => await refresh(), 5000)
|
|||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<p v-if="codingActivity" class="text-subtitle text-xs">
|
<p v-if="codingActivity" class="text-subtitle text-xs w-1/2">
|
||||||
Started the {{ formatDate(codingActivity.timestamps.start) }}
|
Started the {{ formatDate(codingActivity.timestamps.start) }}
|
||||||
</p>
|
</p>
|
||||||
<div class="flex items-center justify-end space-x-1">
|
<div class="flex items-center justify-end space-x-1">
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ const CardUi = {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<UCard class="mx-4 md:mx-0 flex flex-col justify-between" :ui="CardUi">
|
<UCard class="flex flex-col justify-between" :ui="CardUi">
|
||||||
<div class="flex items-center gap-x-4 h-full">
|
<div class="flex items-center gap-x-4 h-full">
|
||||||
<p
|
<p
|
||||||
class="uppercase tracking-widest text-sm"
|
class="uppercase tracking-widest text-sm"
|
||||||
@@ -43,7 +43,7 @@ const CardUi = {
|
|||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<p v-if="stats" class="text-subtitle text-xs">
|
<p v-if="stats" class="text-subtitle text-xs w-1/2">
|
||||||
Started {{ useTimeAgo(new Date(stats.coding.data.range.start)).value }}, the {{ useDateFormat(new Date(stats.coding.data.range.start), 'Do MMMM YYYY').value }}
|
Started {{ useTimeAgo(new Date(stats.coding.data.range.start)).value }}, the {{ useDateFormat(new Date(stats.coding.data.range.start), 'Do MMMM YYYY').value }}
|
||||||
</p>
|
</p>
|
||||||
<div class="flex items-center justify-end space-x-1">
|
<div class="flex items-center justify-end space-x-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user