fixed some stuff for vite build

This commit is contained in:
ari melody 2024-06-19 22:15:03 +01:00
parent e17b26b075
commit b83974fba1
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 1 additions and 6 deletions

View file

@ -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;
}
</style>

View file

@ -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;