diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 05:52:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-23 05:52:14 +0900 |
| commit | 23498e3e54f71a7029d342349f4e70ca8af891c8 (patch) | |
| tree | 09debdb93dc60a32211281b356504a0ae99771a3 /src/web/app | |
| parent | v3817 (diff) | |
| download | sharkey-23498e3e54f71a7029d342349f4e70ca8af891c8.tar.gz sharkey-23498e3e54f71a7029d342349f4e70ca8af891c8.tar.bz2 sharkey-23498e3e54f71a7029d342349f4e70ca8af891c8.zip | |
:v:
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/desktop/views/components/posts.post.vue | 2 | ||||
| -rw-r--r-- | src/web/app/mobile/views/components/posts.post.vue | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/src/web/app/desktop/views/components/posts.post.vue b/src/web/app/desktop/views/components/posts.post.vue index a05a498110..2c6c8bb8f3 100644 --- a/src/web/app/desktop/views/components/posts.post.vue +++ b/src/web/app/desktop/views/components/posts.post.vue @@ -362,7 +362,6 @@ export default Vue.extend({ display flex margin-bottom 4px white-space nowrap - line-height 1.4 > .name display block @@ -392,7 +391,6 @@ export default Vue.extend({ > .info margin-left auto - text-align right font-size 0.9em > .app diff --git a/src/web/app/mobile/views/components/posts.post.vue b/src/web/app/mobile/views/components/posts.post.vue index 43041a61b5..1a4da57102 100644 --- a/src/web/app/mobile/views/components/posts.post.vue +++ b/src/web/app/mobile/views/components/posts.post.vue @@ -311,8 +311,7 @@ export default Vue.extend({ overflow hidden color #777 font-size 1em - font-weight 700 - text-align left + font-weight bold text-decoration none text-overflow ellipsis @@ -320,7 +319,6 @@ export default Vue.extend({ text-decoration underline > .is-bot - text-align left margin 0 0.5em 0 0 padding 1px 6px font-size 12px @@ -329,7 +327,6 @@ export default Vue.extend({ border-radius 3px > .username - text-align left margin 0 0.5em 0 0 color #ccc |