We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a520beb commit d92c0dfCopy full SHA for d92c0df
1 file changed
src/components/webrings/LeakyRing.svelte
@@ -121,8 +121,6 @@
121
(I'm on cooldown, please wait a moment)
122
{:else if bilging}
123
(trying my best...)
124
- {:else if fillAmount / fillMax >= 0.5}
125
- (it's getting damp in here, can someone here click here to bilge?)
126
{:else}
127
(click here to bilge)
128
{/if}
@@ -160,6 +158,7 @@
160
158
align-items: center;
161
159
text-align: center;
162
padding-bottom: 1em;
+ padding-inline: 1em;
163
pointer-events: none;
164
opacity: 0;
165
transition: opacity .3s;
0 commit comments