//META{"name":"chatPriority","description":"Give more text space by making the members, channels, and servers list smaller. Hover over the area to open up the bar with an animation.","author":"YMMFI","version":"1.0"}*//{}

.guilds-wrapper .guilds .guild.unread:before {
    left: 52px;
    height:50px;
    border-radius:0;
    backgroung: #900;
    top: -4px;
    width: 12%;
}

.guilds-wrapper .guilds .guild.unread:before {
    height: 10px;
    border-radius:5px;
    background: #8a8e94
    margin-top: -6px;
}

.guilds-wrapper .guilds .guild.selected:before, .guilds-wrapper .guilds .guild.unread:before {
    content: " ";
    width: 10px;
    height: 40px;
    left: -15px;
    position: absolute;
    top: 50%;
    border-radius: 20px;
    margin-top: 20px;
}