[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
@ -902,6 +902,7 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
|
line-height: normal;
|
||||||
|
|
||||||
#mainContent {
|
#mainContent {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -974,7 +975,7 @@
|
|||||||
#newAltTextDisclaimer {
|
#newAltTextDisclaimer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user