From 256887266a68a40304628a90dce86d97cdb43396 Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Wed, 3 Jun 2026 15:01:47 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9organisation=20boutons=20modales=20?= =?UTF-8?q?=E2=80=94=20Supprimer=20=C3=A0=20gauche,=20actions=20=C3=A0=20d?= =?UTF-8?q?roite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- public/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 7f16429..227c6c8 100644 --- a/public/index.html +++ b/public/index.html @@ -275,7 +275,8 @@ window.dispatchEvent(new Event('tiptap-loaded')); .multi-select-container .ms-tag.selected { background: var(--accent); color: var(--bg); } .multi-select-container .ms-add { font-size: 12px; padding: 3px 9px; border-radius: 6px; background: transparent; border: 1px dashed var(--border); color: var(--text-hint); cursor: pointer; } .multi-select-container .ms-add:hover { border-color: var(--accent); color: var(--accent); } - .modal-actions { display: flex; gap: 10px; justify-content: space-between; margin-top: 8px; } + .modal-actions { display: flex; gap: 10px; align-items: center; margin-top: 8px; } + .modal-actions-spacer { flex: 1; } .btn-save { padding: 9px 22px; background: var(--accent); color: var(--bg); border: none; border-radius: 8px; font-size: 14px; font-weight: 600; font-family: 'Lora', serif; cursor: pointer; } .btn-save:hover { background: var(--accent-hover); } .btn-delete { padding: 9px 14px; background: transparent; color: #8b3030; border: 1px solid #e8c4c0; border-radius: 8px; font-size: 13px; font-family: 'Lora', serif; cursor: pointer; } @@ -816,6 +817,7 @@ window.dispatchEvent(new Event('tiptap-loaded')); @@ -866,6 +869,7 @@ window.dispatchEvent(new Event('tiptap-loaded'));