From b83974fba15593d326b31c07aafc7e7242a72714 Mon Sep 17 00:00:00 2001 From: ari melody Date: Wed, 19 Jun 2024 22:15:03 +0100 Subject: [PATCH] fixed some stuff for vite build --- src/App.svelte | 6 +----- src/client/client.js | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 28ee927..52f853c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -118,7 +118,7 @@ text-decoration: underline; } - input[type="text"], input[type="password"] { + input[type="text"] { margin: 8px 0; padding: 4px 6px; font-family: inherit; @@ -146,8 +146,4 @@ button#login:active, button#logout:active { background: #0001; } - - code { - font-size: 1.2em; - } diff --git a/src/client/client.js b/src/client/client.js index bf95b28..a38f021 100644 --- a/src/client/client.js +++ b/src/client/client.js @@ -1,6 +1,5 @@ import * as mastodonAPI from '../api/mastodon.js'; import * as firefishAPI from '../api/firefish.js'; -import * as misskeyAPI from '../api/misskey.js'; let client = false;