From 149f18b76657aebbc9560a644983421aa4ba86cc Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Wed, 9 Aug 2023 13:35:45 +0200 Subject: [PATCH] [Editor] Move the parameter elements for FreeText and Ink annotations at the right place (follow-up of #16802) --- web/viewer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index f84220700..570d6c186 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -577,12 +577,12 @@ body { } #editorInkParamsToolbar { - inset-inline-end: 40px; + inset-inline-end: 68px; background-color: var(--toolbar-bg-color); } #editorFreeTextParamsToolbar { - inset-inline-end: 68px; + inset-inline-end: 96px; background-color: var(--toolbar-bg-color); }