frontend for xcvr appview

test:

+2 -1
+1
src/lib/components/Receiever.svelte
··· 36 36 width: 100%; 37 37 display: flex; 38 38 flex-direction: column; 39 + flex: 1; 39 40 } 40 41 </style>
+1 -1
src/lib/components/Transmitter.svelte
··· 122 122 123 123 <style> 124 124 #transmitter { 125 - margin-top: auto; 125 + flex-shrink: 0; 126 126 } 127 127 .wrapper { 128 128 position: relative;