@phosart/common 0.4.43 → 0.4.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,7 +131,7 @@
131
131
  tabindex={-1}
132
132
  style="width: {width(alt.image)}px; height: {height(alt.image)}px"
133
133
  >
134
- <div class="image-container">
134
+ <div class="image-container" style="top: 0;">
135
135
  <Image video={alt.video?.full} controls picture={alt.image.full} alt={alt.alt} />
136
136
  </div>
137
137
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phosart/common",
3
- "version": "0.4.43",
3
+ "version": "0.4.44",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",
@@ -131,7 +131,7 @@
131
131
  tabindex={-1}
132
132
  style="width: {width(alt.image)}px; height: {height(alt.image)}px"
133
133
  >
134
- <div class="image-container">
134
+ <div class="image-container" style="top: 0;">
135
135
  <Image video={alt.video?.full} controls picture={alt.image.full} alt={alt.alt} />
136
136
  </div>
137
137
  </div>