MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 184:
body.mw-mf-search-mode .minerva-header .search-box input {
background-color: rgba(0, 0, 0, 0.05) !important;
/* FIX: Remove browser default gradients and appearance */
background-image: none !important;
-webkit-appearance: none !important;
border-radius: 8px !important;
pointer-events: auto !important;
Line 201 ⟶ 206:
#searchIcon {
position: fixed !important;
/* ALIGNMENT: 8px Top */
top: 8px !important;
left: 10px !important;
right: auto !important;
/* ALIGNMENT:NUCLEAR 8pxSIZE TopFIX */
min-width: 0 !important;
min-height: 0 !important;
max-width: 44px !important;
max-height: 44px !important;
z-index: 1003 !important;
Line 225 ⟶ 234:
display: flex !important;
position: fixed !important;
/* ALIGNMENT: 8px Top */
top: 8px !important;
Line 244 ⟶ 251:
.branding-box {
position: fixed !important;
/* ALIGNMENT: 8px Top */
top: 8px !important;
Line 262 ⟶ 267:
content: "⌂";
/* SIZE: Increased from 24px to 30px */
font-size: 30px !important;
color: #fff !important;
/* BOLDNESS FIX: Artificially add thickness to the1px characterStroke */
-webkit-text-stroke: 1px #fff !important;
/* Alignment adjustments for the new size */
margin-top: -6px !important;
display: block !important;
Line 298 ⟶ 303:
display: block !important;
position: fixed !important;
/* ALIGNMENT: 8px Top (Matches Buttons Exactly) */
top: 8px !important;
height: 44px !important;
Line 329 ⟶ 332:
padding-right: 55px !important;
/* Remove default margins to ensure top:8px alignment is true */
margin: 0 !important;
}