clear micro-app from styles so they are handled at minimo

This commit is contained in:
minimo-io 2024-04-26 14:32:13 -03:00
parent f509cfc67e
commit fa428ad136
2 changed files with 0 additions and 9 deletions

View File

@ -95,9 +95,6 @@
//checkFollowBacks();
</script>
<h1>Nostr Followback</h1>
<p>Let's find out who does not follow you back in Nostr!</p>
<form class="npub-form">
<input disabled={querying && progress < 100} type="text" placeholder="An npub to check" bind:value={npubToQuery} />
<input

View File

@ -1,6 +0,0 @@
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}