mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
clear micro-app from styles so they are handled at minimo
This commit is contained in:
parent
f509cfc67e
commit
fa428ad136
@ -95,9 +95,6 @@
|
|||||||
//checkFollowBacks();
|
//checkFollowBacks();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>Nostr Followback</h1>
|
|
||||||
<p>Let's find out who does not follow you back in Nostr!</p>
|
|
||||||
|
|
||||||
<form class="npub-form">
|
<form class="npub-form">
|
||||||
<input disabled={querying && progress < 100} type="text" placeholder="An npub to check" bind:value={npubToQuery} />
|
<input disabled={querying && progress < 100} type="text" placeholder="An npub to check" bind:value={npubToQuery} />
|
||||||
<input
|
<input
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#app {
|
|
||||||
max-width: 1280px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 2rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user