MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary |
||
Line 506:
}
/* --- C. BUTTON 1: SEARCH TRIGGER (
#searchIcon {
position: fixed !important;
/*
top:
left: 10px !important;
right: auto !important;
Line 535 ⟶ 536:
}
/* --- D. BUTTON 2: TOC (BOTTOM RIGHT
#cps-open-toc {
display: flex !important;
position: fixed !important;
▲ top: 8px !important;
/* MOVED TO BOTTOM */
bottom: 20px !important;
/* Position:
right:
left: auto !important;
z-index: 1002 !important;
Line 553 ⟶ 557:
#cps-open-toc .icon {
font-size: 30px !important;
line-height: 1 !important;
margin-bottom: 3px !important;
}
Line 568 ⟶ 567:
.branding-box {
position: fixed !important;
▲ top: 8px !important;
/* MOVED TO BOTTOM */
top: auto !important;
bottom: 20px !important;
/* Position:
right:
left: auto !important;
/* FIX: Force Square Shape on iPad/PC */
min-width: 0 !important;
max-width: 44px !important;
Line 713 ⟶ 714:
z-index: 9999 !important;
/* Ensure positioning is correct (BOTTOM) */
position: fixed !important;
top:
right: 10px !important; /* Changed from 100px to match mobile */
background-color: rgba(0, 0, 0, 0.2) !important;
width: 44px !important;
height: 44px !important;
border-radius: 50% !important;
}
}
| |||