MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 986:
}
/* --- Alignment fixes:
/* 1. Shared horizontal padding
.ext-aiassistant-body,
.ext-aiassistant-footer {
Line 999 ⟶ 995:
}
▲/* 3. Messages flush to body padding */
.ext-aiassistant-message {
margin-left: 0 !important;
Line 1,012 ⟶ 1,001:
}
/*
.ext-aiassistant-prompt-composer {
margin: 0 !important;
Line 1,019 ⟶ 1,008:
}
/*
.ext-aiassistant-footer {
display: flex !important;
Line 1,029 ⟶ 1,017:
}
▲/* 7. Swap assistant action buttons: copy moves to the right,
▲ source moves to the left — aligns copy with user's copy btn */
.ext-aiassistant-message-assistant .ext-aiassistant-actions {
display: flex !important;
Line 1,046 ⟶ 1,024:
}
/*
.ext-aiassistant-message-user .ext-aiassistant-actions {
display: flex !important;
Line 1,052 ⟶ 1,030:
}
/*
.ext-aiassistant-prompt-composer__toolbar {
display: flex !important;
| |||