MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1,144:
/* ======================================================= */
/* 3. AI ASSISTANT
/* ======================================================= */
/* 1. GLOBAL LAYER (All Devices) */
/* We ONLY force the layer order here, not the position. */
/* This ensures it sits on top of your floating buttons (z-index: 1002). */
}
/* 2. MOBILE ONLY: FULL SCREEN MODE */
/* We only force 'fixed' position on mobile to lock it to the screen. */
@media screen and (max-width: 768px) {
.ext-aiassistant-panel {
/* Force Fixed so it covers the screen regardless of scroll */
position: fixed !important;▼
/* Override inline styles to force full width/height */
width: 100% !important;▼
height: 100% !important;▼
▲ .ext-aiassistant-header {
top: 0 !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
}
/*
.ext-aiassistant-body {
▲ }
▲ .ext-aiassistant-panel {
▲ position: fixed !important;
▲ top: 0 !important;
▲ left: 0 !important;
▲ width: 100% !important;
▲ height: 100% !important;
▲ border: none !important;
}
}
| |||