Closed
Bug 1362768
Opened 8 years ago
Closed 10 months ago
Make SVG emoticons font-size dependent
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: hunboy, Assigned: rginda)
References
Details
To make scalable the emoticons based on font-size, we need use:
file: output-base.css
rule: .chatzilla-emote:after
content: "";
background-image: url(...); /* per emoticon rules */
background-size: cover;
display: inline-block;
width: 1em;
height: 1em;
and we need remove the constant width,height attribute from the SVG root elements
| Reporter | ||
Updated•8 years ago
|
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → INCOMPLETE
Updated•10 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•