tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
update
moth11.net
7 months ago
c1353c18
7e3389dd
+5
-1
1 changed file
expand all
collapse all
unified
split
src
routes
+layout.svelte
+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>
0
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;
0
0
0
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;