1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 12:36:06 +02:00

wip: Desktop UI

This commit is contained in:
syuilo
2020-11-03 17:04:37 +09:00
parent d7085b17fe
commit 055e9f21b7
3 changed files with 8 additions and 3 deletions

View File

@@ -59,6 +59,8 @@ export default defineComponent({
<style lang="scss" scoped>
.mk-app {
height: 100vh;
width: 100vw;
}
</style>