Had an issue where every message on CBOX was being shown as just added regardless of how long ago it was made. If I scrolled up the one's above you all have the proper times though. Note I had two windows opened at once though, used a small bit of custom code and a hard reset did fix the matter. The Code (Move your mouse to the spoiler area to reveal the content) #siropuChat { position: fixed !important; top: 32px; bottom: 0; left: 0; right: 0; z-index: 999 !important; } #siropuChatContent { height: calc(100% - 200px) !important; } #siropuChatSubmit { background-color: #088A08; } .siropuChatMessages > li[data-author="Gwazi Magnum"] a.username span { color: #FF8000; }
That custom code is obsolete as Diana has added an official fullscreen link. Unless you really just want to show up in bright colors whenever you post!
Then those last two lines are all you need! And you should probably add the /fullpage link to the affected URLs.