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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user