embeddable-nfts
Advanced tools
Comparing version
{ | ||
"name": "embeddable-nfts", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Resuable, embeddable webcomponent for OpenSea assets.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -144,9 +144,8 @@ import { css, customElement, html, LitElement, property } from 'lit-element' | ||
let vertCardWidth = '' | ||
if (this.orientationMode === OrientationMode.Auto) { | ||
vertCardWidth = | ||
window.innerWidth < MOBILE_BREAK_POINT | ||
? VERT_CARD_WIDTH_MOBILE | ||
: VERT_CARD_WIDTH | ||
this.horizontal = false | ||
let vertCardWidth = VERT_CARD_WIDTH | ||
if ( | ||
this.orientationMode === OrientationMode.Auto && | ||
window.innerWidth < MOBILE_BREAK_POINT | ||
) { | ||
vertCardWidth = VERT_CARD_WIDTH_MOBILE | ||
} | ||
@@ -153,0 +152,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
7399193
0.01%7943
-0.01%