MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,644:
/* ======================================================= */
@media screen and (max-width: 768px) {
body:has(.ext-aiassistantai-panel[style*="display:-open block"])#searchIcon,
body.ai-panel-open .branding-box,
body:has(.ext-aiassistant-panel:not([style*="display: none"])):has(.cdx-overlay-container) {
body.ai-panel-open #cps-open-toc,
/* When the AI panel is visible, hide the 4 bottom buttons */
body.ai-panel-open #custom-email-btn {
}
 
body:has(.ext-aiassistant-panel[style*="display: block"]) #searchIcon,
body:has(.ext-aiassistant-panel[style*="display: block"]) .branding-box,
body:has(.ext-aiassistant-panel[style*="display: block"]) #cps-open-toc,
body:has(.ext-aiassistant-panel[style*="display: block"]) #custom-email-btn {
display: none !important;
}