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