1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

[Editor] Move the parameter elements for FreeText and Ink annotations at the right place (follow-up of #16802)

This commit is contained in:
Calixte Denizet 2023-08-09 13:35:45 +02:00
parent 77392dfce4
commit 149f18b766

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