Our valued sponsor

Online indicator redesign?

bookkeeper

New member
Nov 21, 2022
11
4
3
Mars
Visit site
@admins, a little tweak would cure my OCD.
1669565683424.png
1669565785511.png


Here's CSS for desktop:
CSS:
.message-avatar-wrapper .message-avatar-online {
    position: absolute;
    width: 100%; <-- this
    top: -1px;
    left: 9px; <-- and this
    right: -1px;
    bottom: -1px;
    border: 2px solid;
    border-left-color: #7fb90087;
    border-top-color: #7fb90087;
    border-right-color: #7fb90087;
    border-bottom-color: #7fb90087;
    border-radius: 58px; <-- and this
    box-shadow: 0 0 10px 3px rgb(125 183 1 / 17%);
}
 

Latest Threads