Jump to content

Distance between lines


Kjell Iver Johansen
  • Not Specified Not A Bug Bug

Hello Michael,

How would I decrease the distance between each line in the chat - so that theres room for more lines in the chat? (less air between each message)


User Feedback

Recommended Comments

.cBabbleRow .cBabbleUserMain, 
.cBabbleRow .cBabbleContent, 
.cBabbleRow .cBabbleDate {
    padding: 10px;
    vertical-align: top;
}

you can add this to your customs.css, and alter the padding rule to your liking. there isn't a whole lot of padding, 10px for top and bottom. fontsize is set by ips body ruleset in css, which i think on the default skin is 14px.

  • Like 1
Link to comment
Share on other sites


×
×
  • Create New...