Skip to content

Commit 5efa25a

Browse files
authored
Merge pull request #37 from ioaiaaii/fix/image-h
Fix/image h
2 parents 856da4a + 9965d5e commit 5efa25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/ioaiaaii/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotations:
33
licenses: Apache-2.0
44
type: application
55
apiVersion: v2
6-
appVersion: v1.1.4
6+
appVersion: v1.1.5
77
dependencies:
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts

web/src/components/Releases.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:key="imgIndex"
1818
:src="imgSrc"
1919
@load="release.imagesLoaded.splice(imgIndex, 1, true)"
20-
class="w-full aspect-square object-contain opacity-0 transition-opacity duration-700 md:h-screen"
20+
class="w-full aspect-square object-contain opacity-0 transition-opacity duration-700 md:min-h-screen"
2121
:class="{ 'opacity-100': release.imagesLoaded[imgIndex] }"
2222
loading="lazy"
2323
/>

0 commit comments

Comments
 (0)