Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
My emoticons don't fit!
I replaced the emoticons with some bigger ones, and now they won't fit. Already changed this:
.Emoticon {
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
height: 25px;
width: 25px;
vertical-align: top;
}
Width and height, but I actually want to do something like 100%, just displaying the emoticons as they are.
I know just a little css and stuff, so please help me
.Emoticon {
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
height: 25px;
width: 25px;
vertical-align: top;
}
Width and height, but I actually want to do something like 100%, just displaying the emoticons as they are.
I know just a little css and stuff, so please help me
0
Comments
Still doesn't work?