Skip to content

Commit

Permalink
fix: asset action
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Aug 11, 2021
1 parent fbaaeaa commit 8d6a3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/components/AssetAction/AssetAction.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
flex: 1.25 1 auto;
}

.AssetAction .nft-image-wrapper {
.AssetAction .asset-image-wrapper {
width: 240px;
border-radius: 16px;
overflow: hidden;
Expand All @@ -41,7 +41,7 @@
}

.AssetAction > .Row .Column.left,
.AssetAction > .Row .nft-image-wrapper,
.AssetAction > .Row .asset-image-wrapper,
.AssetAction > .Row .ui.button {
width: 100%;
}
Expand All @@ -51,7 +51,7 @@
flex-direction: column-reverse;
}

.AssetAction > .Row .nft-image-wrapper,
.AssetAction > .Row .asset-image-wrapper,
.AssetAction > .Row .ui.button + .ui.button {
margin-left: 0px;
margin-bottom: 24px;
Expand Down

0 comments on commit 8d6a3b0

Please sign in to comment.