Compare commits

..

No commits in common. '25d3283a80c87dcd054e50bba3aa2f4e2f5178ea' and 'edf5ac21a6301db4730e608a2b5966bf766018d4' have entirely different histories.

@ -317,7 +317,7 @@ const handleLink = (a: HTMLAnchorElement, e: MouseEvent) => {
|| href.startsWith('/feed')
|| href.startsWith('/note')
|| href.startsWith('/npub')
|| (href.startsWith('/') && href.length === 65)
|| href.length === 65
) {
route(href);
history.pushState({}, '', href);

@ -106,10 +106,9 @@ body {
}
html, body {
min-height: 100%;
height: 100%;
margin: 0;
min-height: 100%;
overflow: clip;
}
h1, h2, h3, h4, h5 { font-weight: normal; }

Loading…
Cancel
Save