MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,113:
/* ======================================================= */
/* 3. AI ASSISTANT (AXA BRAIN)
/* ======================================================= */
/* 1. GLOBAL LAYER (All Devices) */
/* We ONLY force the layer order here, not the position. */
/*
.ext-aiassistant,
.ext-aiassistant-panel {
Line 1,123 ⟶ 1,124:
}
/* 2.
/* We only force 'fixed' position on mobile to lock it to the screen. */
.ext-aiassistant-footer {▼
align-items: flex-start !important;▼
}▼
@media screen and (max-width: 768px) {
.ext-aiassistant-panel {
/* Force Fixed
position: fixed !important;
width: 100% !important;▼
max-width: none !important;▼
max-height: none !important;▼
/* Pin to all 4 corners */
top: 0 !important;
left: 0 !important;
Line 1,141 ⟶ 1,143:
bottom: 0 !important;
/*
▲ height: 100dvh !important;
▲ /* Override any inline styles */
▲ max-width: none !important;
▲ max-height: none !important;
margin: 0 !important;
box-shadow: none !important;
}
/*
▲ width: 100% !important;
▲ }
.ext-aiassistant-body {
}
▲}
/* ======================================================= */
/* 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;
}
| |||