diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 00:17:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-12 00:17:30 +0900 |
| commit | 11f8d742eb53e8b815abc8ed1c34627dcbaa9e2f (patch) | |
| tree | b06618d3dfe943f3afbc626da0116590f24c9878 /src | |
| parent | style: Fix linr (diff) | |
| download | sharkey-11f8d742eb53e8b815abc8ed1c34627dcbaa9e2f.tar.gz sharkey-11f8d742eb53e8b815abc8ed1c34627dcbaa9e2f.tar.bz2 sharkey-11f8d742eb53e8b815abc8ed1c34627dcbaa9e2f.zip | |
fix(client): Fix style
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/page.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/page.vue b/src/client/pages/page.vue index 1409e1786e..093a3e5e2f 100644 --- a/src/client/pages/page.vue +++ b/src/client/pages/page.vue @@ -1,5 +1,5 @@ <template> -<div class="xcukqgmh _panel"> +<div class="xcukqgmh"> <portal to="avatar" v-if="page"><mk-avatar class="avatar" :user="page.user" :disable-preview="true"/></portal> <portal to="title" v-if="page">{{ page.title || page.name }}</portal> |