mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
More fixes to inventory spacing. This time for long names of eggs and potions.
Was able to contain the text similar to how it is done in the market. Currently, long words (i.e. skeleton) do not center due to the size of images and divs, which still needs to be fixed. More attention will be necessary, but thus should help with Panda Cub Eggs and the like.
This commit is contained in:
parent
46ff7287c2
commit
5117a376e9
1 changed files with 2 additions and 0 deletions
|
|
@ -64,11 +64,13 @@
|
|||
padding:.3em
|
||||
p
|
||||
text-align:center
|
||||
width:3em
|
||||
.hatchingPotion-menu > div
|
||||
float:left
|
||||
padding:.3em
|
||||
p
|
||||
text-align:center
|
||||
width:3em
|
||||
|
||||
.pet-button
|
||||
border: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue