MFFloatawayMsg / beta / css / mf-floataway-msg.css
file last updated : 2024-03-02
/*! MFFloatawayMsg (@https://methodfish.com/Projects/MFFloatawayMsg)
* Version: beta
* Licence: MIT
*/

.floatingMessageContainer {
    position: fixed;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
}
.floatingMessage {
    background-color:black;
    color:white;
    padding:10px;
    opacity:0;
    transition: all 0.5s ease-in-out;
    margin-top:5px;
    position:relative;
}

About

License

Latest Release

Version 1.02024-05-08