mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
This commit removes the old mounts spritesheet, and removes all manually created mount CSS from Mounts.css, leaving only the 18px top margin used to position mounts in the herobox.
3 lines
107 B
CSS
3 lines
107 B
CSS
[class*="Mount_Head_"], [class*="Mount_Body_"]{
|
|
margin-top:18px; /* Sprite accommodates 105x123 box */
|
|
}
|