chore: formatting
This commit is contained in:
parent
21ab26a7b3
commit
d6dbb4b8ff
|
@ -1114,7 +1114,7 @@ onMounted(() => {
|
|||
> .with-quote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: .4em;
|
||||
gap: 0.4em;
|
||||
margin-inline: 24px;
|
||||
margin-bottom: 12px;
|
||||
color: var(--accent);
|
||||
|
|
|
@ -501,7 +501,7 @@ async function sendModMail() {
|
|||
userId: user.id,
|
||||
text: result,
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
async function deleteAllFiles() {
|
||||
const confirm = await os.confirm({
|
||||
|
|
|
@ -18,9 +18,7 @@
|
|||
>
|
||||
<small
|
||||
>Powered by
|
||||
<a
|
||||
href="https://calckey.org/"
|
||||
target="_blank"
|
||||
<a href="https://calckey.org/" target="_blank"
|
||||
>Calckey</a
|
||||
></small
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue