1
0
Fork 0
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:
Calixte Denizet 2024-08-07 18:49:51 +02:00
parent 341a0b6d47
commit f487ed3004

View file

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