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:
commit
5709b1300d
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