mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Merge pull request #2124 from HabitRPG/sabe/tweak4
Make better use of space for customizations and Market
This commit is contained in:
commit
c03dd65695
2 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ menu
|
|||
|
||||
.customize-menu
|
||||
padding: 0;
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
padding-bottom: 10px
|
||||
|
||||
|
|
|
|||
|
|
@ -99,8 +99,7 @@ menu.pets div
|
|||
|
||||
// This adds feeding progress bars to pets. If we have any issues with `menu.pets > button`, revisit
|
||||
menu.pets .customize-menu
|
||||
width: 100%
|
||||
|
||||
|
||||
button
|
||||
position: relative
|
||||
.progress
|
||||
|
|
|
|||
Loading…
Reference in a new issue