mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
[WIP] multiple fixes (#8916)
* change quest banner backgrond * itemRows in inventory * use itemRows in inventory/items - showLess/showMore as default labels - extend white space if theres no button available * hide popover if dragging is active - show dragging info on first click (without to move) * use itemRows in inventory/stable * fix some strings * highlight currently dragging item in inventory/items - auto attach info on click - z-index * fix shopItem label color * fix floating npcs in banner * hatched-pet-dialog in items / stable * change all ctx to context
This commit is contained in:
@@ -78,8 +78,6 @@
|
||||
:items="travelersItems(category, selectedSortItemsBy, searchTextThrottled, hidePinned)",
|
||||
:itemWidth=94,
|
||||
:itemMargin=24,
|
||||
:showAllLabel="$t('showAllGeneric', { type: category.text })",
|
||||
:showLessLabel="$t('showLessGeneric', { type: category.text })"
|
||||
)
|
||||
template(slot="item", scope="ctx")
|
||||
shopItem(
|
||||
@@ -236,6 +234,7 @@
|
||||
.npc {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 216px;
|
||||
background: url('~assets/images/shops/time_travelers_open_banner_web_tylerandvickynpcs.png');
|
||||
|
||||
Reference in New Issue
Block a user