tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
blep bleop
moth11.net
6 months ago
c1945b5f
fcd5ea92
+1
-2
2 changed files
expand all
collapse all
unified
split
src
lib
components
CursorEffect.svelte
routes
+layout.svelte
+1
-1
src/lib/components/CursorEffect.svelte
···
174
174
top: 0;
175
175
left: 0;
176
176
width: 100vw;
177
177
-
height: 100vw;
177
177
+
height: 100vh;
178
178
pointer-events: none;
179
179
z-index: -1;
180
180
filter: blur(1rem);
-1
src/routes/+layout.svelte
···
232
232
display: grid;
233
233
position: relative;
234
234
grid-template-columns: 20rem 1fr 20rem;
235
235
-
height: 100vh;
236
235
}
237
236
.beep {
238
237
margin-top: 16rem;