tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
background blurry lines + no audio on my message
moth11.net
6 months ago
3c3ff4fe
26b3adff
+3
-2
2 changed files
expand all
collapse all
unified
split
src
lib
wscontext.svelte.ts
static
main.css
+1
-1
src/lib/wscontext.svelte.ts
···
207
207
if (document.hidden || !document.hasFocus()) {
208
208
this.audio.currentTime = 0
209
209
this.audio.play()
210
210
-
} else {
210
210
+
} else if (!message.mine) {
211
211
this.shortaudio.currentTime = 0
212
212
this.shortaudio.play()
213
213
}
+2
-1
static/main.css
···
107
107
width: 100vw;
108
108
height: 100vw;
109
109
pointer-events: none;
110
110
-
z-index: 1;
110
110
+
z-index: -1;
111
111
+
filter: blur(1rem);
111
112
}