1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #18575 from calixteman/ai_disclaimer_icon_position

[Editor] Move the AI icon on the top of its parent div
This commit is contained in:
calixteman 2024-08-07 19:22:29 +02:00 committed by GitHub
commit 5709b1300d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;