mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Inventory Layout Fixes
- fixed CSS alignment issues with long names breaking flow - gave eggs and potions more wiggle room - centered text beneath newly centered artworks
This commit is contained in:
parent
6d27b898a2
commit
7db812b116
1 changed files with 10 additions and 4 deletions
|
|
@ -60,17 +60,23 @@
|
|||
.inventory-list li
|
||||
clear:both
|
||||
.pets-menu > div
|
||||
float:left
|
||||
display:inline-block
|
||||
vertical-align:top
|
||||
padding:.3em
|
||||
width:7em
|
||||
margin-top:1em
|
||||
p
|
||||
text-align:center
|
||||
width:3em
|
||||
width:6em
|
||||
.hatchingPotion-menu > div
|
||||
float:left
|
||||
display:inline-block
|
||||
vertical-align:top
|
||||
padding:.3em
|
||||
width:6em
|
||||
margin-top:1em
|
||||
p
|
||||
text-align:center
|
||||
width:3em
|
||||
width:6em
|
||||
|
||||
.pet-button
|
||||
border: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue