diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 16:27:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 16:27:07 +0900 |
| commit | df577b5d639c5312bfea7266d3d7ad907d3622cf (patch) | |
| tree | 9bf7daf55626b7c1d10bdea916c3c34786931da7 /src/web | |
| parent | :art: (diff) | |
| download | misskey-df577b5d639c5312bfea7266d3d7ad907d3622cf.tar.gz misskey-df577b5d639c5312bfea7266d3d7ad907d3622cf.tar.bz2 misskey-df577b5d639c5312bfea7266d3d7ad907d3622cf.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/common/views/components/messaging.vue | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/web/app/common/views/components/messaging.vue b/src/web/app/common/views/components/messaging.vue index fcc2dbe316..e2fdc502d0 100644 --- a/src/web/app/common/views/components/messaging.vue +++ b/src/web/app/common/views/components/messaging.vue @@ -368,30 +368,27 @@ export default Vue.extend({ clear both > header + display flex + align-items center margin-bottom 2px white-space nowrap - overflow hidden > .name - text-align left - display inline margin 0 padding 0 + overflow hidden + text-overflow ellipsis font-size 1em color rgba(0, 0, 0, 0.9) font-weight bold transition all 0.1s ease > .username - text-align left margin 0 0 0 8px color rgba(0, 0, 0, 0.5) > .mk-time - position absolute - top 0 - right 0 - display inline + margin 0 0 0 auto color rgba(0, 0, 0, 0.5) font-size 80% |