fixed some stuff for vite build
This commit is contained in:
parent
e17b26b075
commit
b83974fba1
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue