frontend for xcvr appview

update

+5 -1
+5 -1
src/routes/+layout.svelte
··· 98 98 <div id="channels-below-canton"> 99 99 <div class="beep">here's what's been happening recently</div> 100 100 <Spectrum channels={data.channels}></Spectrum> 101 + <div class="boop">show more (not implemented)</div> 101 102 </div> 102 103 </aside> 103 104 {@render children()} ··· 143 144 position: sticky; 144 145 top: 0; 145 146 display: grid; 146 - grid-template-rows: auto, 1fr; 147 + grid-template-rows: auto 1fr; 147 148 } 148 149 #channels-below-canton { 149 150 overflow-y: auto; ··· 178 179 } 179 180 .beep { 180 181 margin-top: 16rem; 182 + } 183 + .boop { 184 + margin-bottom: 16rem; 181 185 } 182 186 nav { 183 187 top: 0rem;