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>
This commit was merged in pull request #78.
This commit is contained in:
2026-06-16 14:47:56 +00:00
committed by Autin
parent 244d62dc71
commit e664731cb8
+3 -3
View File
@@ -3,7 +3,7 @@
:id="componentId"
:class="twMerge(
'relative flex h-full flex-col bg-m-bg',
collapsed ? 'w-[72px]' : 'w-[280px]',
collapsed ? 'w-[72px]' : 'w-[232px]',
sidebarClass,
)"
v-bind="$attrs"
@@ -28,7 +28,7 @@
<div
v-if="section.label"
: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]' : '',
]"
>
@@ -55,7 +55,7 @@
:to="item.to"
:class="twMerge(
'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>