fix(ui) : TabList — container onglets max-w 1020, flèches à 36px de ce bloc

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 08:12:38 +02:00
parent 9ba9497305
commit 8695d8daa0
+2 -2
View File
@@ -1,6 +1,6 @@
<template> <template>
<div v-bind="$attrs"> <div v-bind="$attrs">
<div v-if="isWindowed" class="flex items-center justify-between border-b border-m-primary px-[54px]"> <div v-if="isWindowed" class="flex items-center justify-center gap-[36px]">
<button <button
type="button" type="button"
aria-label="Onglets précédents" aria-label="Onglets précédents"
@@ -17,7 +17,7 @@
<div <div
role="tablist" role="tablist"
class="flex justify-center gap-[60px]" class="flex flex-1 max-w-[1020px] justify-center gap-[60px] border-b border-m-primary"
> >
<button <button
v-for="tab in visibleTabs" v-for="tab in visibleTabs"