frontend for xcvr appview

update

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