mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Move the AI icon on the top of its parent div
And fix the line-height for all the dialog (which is "normal" in the specs). Because of the wrong line-height, the icon was slightly misplaced.
This commit is contained in:
parent
341a0b6d47
commit
f487ed3004
1 changed files with 2 additions and 1 deletions
|
@ -902,6 +902,7 @@
|
|||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
flex: 0 1 auto;
|
||||
line-height: normal;
|
||||
|
||||
#mainContent {
|
||||
display: flex;
|
||||
|
@ -974,7 +975,7 @@
|
|||
#newAltTextDisclaimer {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
gap: 4px;
|
||||
font-size: 11px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue