This commit is contained in:
syuilo 2025-04-28 09:28:23 +09:00
parent e0fd1c8f48
commit 7c23e53034
2 changed files with 1 additions and 10 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<PageWithHeader>
<div class="_spacer" style="--MI_SPACER-w: 800px;">
<div :class="$style.root">
<div class="_gaps">
<div class="_gaps_s">
<div :class="$style.editor" class="_panel">
<MkCodeEditor v-model="code" lang="aiscript"/>
@ -207,9 +207,6 @@ definePage(() => ({
<style lang="scss" module>
.root {
display: flex;
flex-direction: column;
gap: var(--MI-margin);
}
.editor {

View File

@ -221,12 +221,6 @@ definePage(() => ({
</script>
<style lang="scss" module>
.tab {
margin: calc(var(--MI-margin) / 2) 0;
padding: calc(var(--MI-margin) / 2) 0;
background: var(--MI_THEME-bg);
}
.emojis {
padding: 12px;
font-size: 1.1em;