Skip to content

Commit

Permalink
fix: update ui dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
meelrossi committed Nov 14, 2023
1 parent 4c772cb commit b3f43ff
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 42 deletions.
136 changes: 97 additions & 39 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dcl-catalyst-client": "^21.2.0",
"dcl-catalyst-commons": "^9.0.1",
"decentraland-crypto-fetch": "^1.0.3",
"decentraland-dapps": "^16.17.2",
"decentraland-dapps": "^16.17.3",
"decentraland-transactions": "^1.47.0",
"decentraland-ui": "^4.27.6",
"decentraland-ui": "^4.27.10",
"dotenv": "^10.0.0",
"ethers": "^5.6.8",
"graphql": "^14.7.0",
Expand Down
7 changes: 6 additions & 1 deletion webapp/src/components/AssetCard/AssetCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@
align-items: center;
}

.ui.card.AssetCard:hover > .content,
.ui.cards > .card.AssetCard:hover > .content {
height: fit-content;
}

@media (min-width: 1199px) {
.AssetCard:hover .AssetImage.catalog {
height: 161px;
Expand Down Expand Up @@ -240,7 +245,7 @@

.ui.card.AssetCard:hover > .content.catalog.expandable,
.ui.cards > .card.AssetCard:hover > .content.catalog.expandable {
height: 222px;
height: fit-content;
}

.ui.card.AssetCard:hover > .content.catalog,
Expand Down

0 comments on commit b3f43ff

Please sign in to comment.