Betterttv: [Bug] colon (punctuation) in chat overlapping name.

Created on 12 May 2017  路  1Comment  路  Source: night/betterttv

The : at the end of chat names is overlapping with the last character of each name. And it does not do it with BTTV disabled, so I believe this is a BTTV issue.

http://i.imgur.com/wYGrWw1.png

bug

Most helpful comment

Can confirm this (i.e. it's not you), and is absolutely BTTV. This appears to be caused by the following CSS at https://cdn.betterttv.net/css/betterttv.css?v=7.0.3

.chat-line .colon, .conversation-chat-line .colon {
    margin-left: -3px;
}

Related HTML is <span class="colon">:</span>

Removing the margin-left property, or assigning it to inherit rectifies the issue.

>All comments

Can confirm this (i.e. it's not you), and is absolutely BTTV. This appears to be caused by the following CSS at https://cdn.betterttv.net/css/betterttv.css?v=7.0.3

.chat-line .colon, .conversation-chat-line .colon {
    margin-left: -3px;
}

Related HTML is <span class="colon">:</span>

Removing the margin-left property, or assigning it to inherit rectifies the issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vpr555 picture vpr555  路  3Comments

Nikksukka picture Nikksukka  路  4Comments

UnholyRapido picture UnholyRapido  路  3Comments

KoopaTheTurtle-zz picture KoopaTheTurtle-zz  路  5Comments

pooiyx picture pooiyx  路  6Comments