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:
parent
77392dfce4
commit
149f18b766
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue