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:
commit
f89020e9b1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user