MediaWiki:Mobile.css: Difference between revisions
Appearance
Created page with "→All CSS here will be loaded for users of the mobile site: →--- Force BuyMeACoffee Button to bottom on Mobile ---: #bmc-button { →Use the ID selector: position: fixed !important; →Fix position relative to the viewport: bottom: 15px !important; →Distance from the bottom: right: 15px !important; →Distance from the right (or use 'left: 15px;'): z-index: 1000 !important; →Ensure it stays on top of other content: /* Optio..." |
Replaced content with "→All CSS here will be loaded for users of the mobile site: " Tag: Replaced |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
Latest revision as of 13:27, 18 April 2025
/* All CSS here will be loaded for users of the mobile site */