From 8a88e6a8f05233ebdcac0304122a3700e87e7cfc Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Wed, 3 Jun 2026 15:07:08 +0200 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20visuelle=20entre=20commentair?= =?UTF-8?q?es=20et=20boutons=20d'action?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 227c6c8..311fcf0 100644 --- a/public/index.html +++ b/public/index.html @@ -275,7 +275,7 @@ 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; align-items: center; margin-top: 8px; } + .modal-actions { display: flex; gap: 10px; align-items: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border-light); } .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); }