Merge pull request #16813 from calixteman/editor_move_params

[Editor] Move the parameter elements for FreeText and Ink annotations at the right place (follow-up of #16802)
This commit is contained in:
calixteman 2023-08-09 14:06:21 +02:00 committed by GitHub
commit f89020e9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}