Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Artemis Archive
 
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 */
/* --- 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 */
    /* Optional: Adjust size for fixed position if needed */
    /* Try commenting these size rules out first */
    /* height: auto !important; */
    /* width: auto !important; */
    /* max-width: 180px !important; */
    /* min-width: 100px !important; */
}

Latest revision as of 13:27, 18 April 2025

/* All CSS here will be loaded for users of the mobile site */