tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
test:
moth11.net
6 months ago
3a656e19
c1945b5f
+2
-1
2 changed files
expand all
collapse all
unified
split
src
lib
components
Receiever.svelte
Transmitter.svelte
+1
src/lib/components/Receiever.svelte
···
36
36
width: 100%;
37
37
display: flex;
38
38
flex-direction: column;
39
39
+
flex: 1;
39
40
}
40
41
</style>
+1
-1
src/lib/components/Transmitter.svelte
···
122
122
123
123
<style>
124
124
#transmitter {
125
125
-
margin-top: auto;
125
125
+
flex-shrink: 0;
126
126
}
127
127
.wrapper {
128
128
position: relative;