1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 00:05:32 +02:00

🎨 and refactor

This commit is contained in:
syuilo
2025-12-18 15:40:40 +09:00
parent 46e6dd99d1
commit dba44daf9c
2 changed files with 7 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPostForm
ref="form"
:class="$style.form"
class="_popup"
v-bind="props"
autofocus
freezeAfterPosted
@@ -73,7 +74,8 @@ function onModalClosed() {
<style lang="scss" module>
.form {
max-height: 100%;
width: 100%;
max-width: 520px;
margin: 0 auto auto auto;
}
</style>