mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
Cap food-try max width to 15em
Fix for https://github.com/HabitRPG/habitrpg/issues/3628, which caps the max-width in .food-tray to 15em.
This commit is contained in:
parent
6fdec4a146
commit
3e04ec9215
1 changed files with 2 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ menu.pets div
|
|||
right: 15px
|
||||
bottom: 0px
|
||||
width: 30%
|
||||
max-width: 15em;
|
||||
height: 50%
|
||||
overflow-y: auto
|
||||
z-index: 1
|
||||
|
|
@ -121,4 +122,4 @@ menu.pets .customize-menu
|
|||
|
||||
.sell-inventory
|
||||
width: 162px
|
||||
height: 138px
|
||||
height: 138px
|
||||
|
|
|
|||
Loading…
Reference in a new issue