diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-24 10:02:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-24 10:02:31 +0900 |
| commit | 8555ec2f72d4dba020da5ae4b98f9fb20138fe93 (patch) | |
| tree | f08547c5ec8fd2b3bc2e4e57e6527e5366333196 /src/client/app/mobile/views | |
| parent | Cache meta (diff) | |
| download | sharkey-8555ec2f72d4dba020da5ae4b98f9fb20138fe93.tar.gz sharkey-8555ec2f72d4dba020da5ae4b98f9fb20138fe93.tar.bz2 sharkey-8555ec2f72d4dba020da5ae4b98f9fb20138fe93.zip | |
Fix #4767
Diffstat (limited to 'src/client/app/mobile/views')
| -rw-r--r-- | src/client/app/mobile/views/components/note-detail.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue index e14e1beff8..4b343491b8 100644 --- a/src/client/app/mobile/views/components/note-detail.vue +++ b/src/client/app/mobile/views/components/note-detail.vue @@ -215,11 +215,6 @@ export default Vue.extend({ @media (min-width 500px) padding 28px 32px 18px 32px - &:after - content "" - display block - clear both - > header display flex line-height 1.1em @@ -236,6 +231,7 @@ export default Vue.extend({ height 60px > div + min-width 0 > .name display inline-block |