Compare commits

...

1 Commits

Author SHA1 Message Date
tristan e664731cb8 fix: sidebar style (#78)
Release / release (push) Successful in 1m24s
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié

---------

Co-authored-by: admin malio <malio@yuno.malio.fr>
Co-authored-by: THOLOT DECHENE Matthieu <matthieu@yuno.malio.fr>
Co-authored-by: matthieu <matthieu@yuno.malio.fr>
Reviewed-on: #78
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
2026-06-16 14:47:56 +00:00
+3 -3
View File
@@ -3,7 +3,7 @@
:id="componentId" :id="componentId"
:class="twMerge( :class="twMerge(
'relative flex h-full flex-col bg-m-bg', 'relative flex h-full flex-col bg-m-bg',
collapsed ? 'w-[72px]' : 'w-[280px]', collapsed ? 'w-[72px]' : 'w-[232px]',
sidebarClass, sidebarClass,
)" )"
v-bind="$attrs" v-bind="$attrs"
@@ -28,7 +28,7 @@
<div <div
v-if="section.label" v-if="section.label"
:class="[ :class="[
'flex items-center gap-2 px-[10px] pt-2 pb-3', 'flex items-center gap-2 pt-2 pb-3',
collapsed ? 'justify-center pt-[40px]' : '', collapsed ? 'justify-center pt-[40px]' : '',
]" ]"
> >
@@ -55,7 +55,7 @@
:to="item.to" :to="item.to"
:class="twMerge( :class="twMerge(
'block truncate rounded-md text-[15px] text-m-text text-black transition-colors hover:bg-m-surface leading-[150%]', 'block truncate rounded-md text-[15px] text-m-text text-black transition-colors hover:bg-m-surface leading-[150%]',
collapsed ? 'px-3 text-center' : 'pl-[42px] pr-3', collapsed ? 'px-3 text-center' : 'pl-[32px]',
)" )"
> >
<span v-if="!collapsed">{{ item.label }}</span> <span v-if="!collapsed">{{ item.label }}</span>