Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This fix will: 1. Remove the postbit cover from mobile devices. 2. Allow username to be clickable for those with a postbit cover. Add to extra.less: Code: .message-name { position: relative; } @media (max-width: 650px) { .postbit_background { display: none; } }
.message-name { position: relative; } @media (max-width: 650px) { .postbit_background { display: none; } }