We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ui:C:container({ align: 'right' // <- これ
misskey/packages/frontend/src/scripts/aiscript/ui.ts
Line 18 in 9845cce
align は 'left' | 'center' | 'right'ですが
align
'left' | 'center' | 'right'
misskey/packages/frontend/src/components/MkAsUi.vue
Line 42 in 9845cce
c.align === 'center'にのみ対応しています
c.align === 'center'
Ui:render([ Ui:C:container({ align: 'center' children: [ Ui:C:text({ text: 'center' }) ] }) Ui:C:container({ align: 'right' children: [ Ui:C:text({ text: 'right' }) ] }) ])
The text was updated successfully, but these errors were encountered:
fix(frontend): allow non-center container align
a865aa8
Closes misskey-dev#11251
fix(frontend): allow non-center container align (#11255)
a72ef70
Closes #11251
fix(frontend): allow non-center container align (misskey-dev#11255)
39e6896
Successfully merging a pull request may close this issue.
💡 Summary
misskey/packages/frontend/src/scripts/aiscript/ui.ts
Line 18 in 9845cce
align
は'left' | 'center' | 'right'
ですがmisskey/packages/frontend/src/components/MkAsUi.vue
Line 42 in 9845cce
c.align === 'center'
にのみ対応しています🥰 Expected Behavior
🤬 Actual Behavior
📝 Steps to Reproduce
📌 Environment
💻 Frontend
anywhere (Windows 10, macOS 14, iOS 16, …)
anywhere (Chrome 114, Safari 16, …)
anywhere (stella.place, k.lapy.link, …)
13.14.0-beta.2
The text was updated successfully, but these errors were encountered: