MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,154:
flex-grow: 1 !important;
}
}
/* ======================================================= */
/* 4. AI ASSISTANT FOOTER ALIGNMENT */
/* ======================================================= */
.ext-aiassistant-footer {
/* Align items to the top (flex-start) instead of bottom (flex-end) */
align-items: flex-start !important;
}
/* Optional: Add a tiny margin if the button looks "too high"
compared to the text inside the box */
.ext-aiassistant-send {
margin-top: 2px !important;
}
| |||