tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
update channel page font sizes
moth11.net
6 months ago
31f3fa6f
726d1aa0
+16
-1
1 changed file
expand all
collapse all
unified
split
src
routes
c
[handle]
[rkey]
+page.svelte
+16
-1
src/routes/c/[handle]/[rkey]/+page.svelte
···
83
83
{showSettings ? "hide" : "show"} settings
84
84
</button>
85
85
{#if ctx && showSettings}
86
86
-
<h2>message obfuscation</h2>
86
86
+
<h3>message obfuscation</h3>
87
87
<p>in case you want to be forgotten...</p>
88
88
<div id="obfuscation-settings">
89
89
<div id="replacer">
···
135
135
</aside>
136
136
137
137
<style>
138
138
+
h1,
139
139
+
h2,
140
140
+
h3 {
141
141
+
line-height: 1;
142
142
+
}
143
143
+
h1 {
144
144
+
font-size: 4rem;
145
145
+
}
146
146
+
h2 {
147
147
+
font-size: 2rem;
148
148
+
}
149
149
+
h3 {
150
150
+
font-size: 1.5rem;
151
151
+
}
152
152
+
138
153
#transceiver {
139
154
position: relative;
140
155
min-height: 100vh;