@ozdao/prometheus-framework 0.2.307 → 0.2.308

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozdao/prometheus-framework",
3
- "version": "0.2.307",
3
+ "version": "0.2.308",
4
4
  "description": "Web3 Framework focused on user experience and ease of development.",
5
5
  "author": "OZ DAO <hello@ozdao.dev>",
6
6
  "license": "GPL-3.0-or-later",
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <section>
3
- <TransitionGroup tag="ul" name="fade" class="o-hidden bg-light">
3
+ <TransitionGroup tag="ul" name="fade" class="bg-light">
4
4
  <SkeletonEvent
5
5
  v-if="isLoading"
6
6
  v-for="i in 3" :key="i"
@@ -2,11 +2,11 @@
2
2
  box-sizing: border-box;
3
3
  }
4
4
 
5
- img {
5
+ /*img {
6
6
  flex: 0 0 35%;
7
7
  min-width: 0;
8
8
  object-fit: cover;
9
- }
9
+ }*/
10
10
 
11
11
  html, body {
12
12
  position: relative;