~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


ba720958 pyrossh

1 year ago
remove overlay
Files changed (1) hide show
  1. website/src/routes/+page.svelte +1 -22
website/src/routes/+page.svelte CHANGED
@@ -128,28 +128,7 @@
128
128
  <div
129
129
  class="not-prose flex items-center mt-10 sm:mt-20 sm:flex-row [&>picture]:flex [&>picture]:justify-center sm:[&>picture]:justify-end"
130
130
  >
131
- <enhanced:img
132
- class="w-9/12"
133
- data-hs-overlay="#hs-unstyled-modal"
134
- src={lightPng}
135
- alt="app screenshot"
136
- />
137
- <div
138
- id="hs-unstyled-modal"
139
- class="hs-overlay hidden size-full fixed top-0 start-0 z-[60] overflow-x-hidden overflow-y-auto pointer-events-none"
140
- >
141
- <div
142
- class="hs-overlay-open:opacity-100 hs-overlay-open:duration-500 opacity-0 transition-all sm:max-w-lg sm:w-full m-3 sm:mx-auto"
143
- >
144
- <div class="pointer-events-auto">
131
+ <enhanced:img class="w-9/12" src={lightPng} alt="app screenshot" />
145
- <enhanced:img
146
- data-hs-overlay="#hs-unstyled-modal"
147
- src={lightPng}
148
- alt="app light screen shot"
149
- />
150
- </div>
151
- </div>
152
- </div>
153
132
  </div>
154
133
  <div class="sm:hidden">
155
134
  <Intro />