diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-06-21 21:19:54 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2018-06-21 21:19:54 +0900 |
| commit | d6ef923134ea633d28842e72baf7d36abb8002f5 (patch) | |
| tree | 1b0d337f09b3c779c4c2dbd5760ce91be86e46c5 /src/client/app/common/views/components | |
| parent | Improve note-header (diff) | |
| download | sharkey-d6ef923134ea633d28842e72baf7d36abb8002f5.tar.gz sharkey-d6ef923134ea633d28842e72baf7d36abb8002f5.tar.bz2 sharkey-d6ef923134ea633d28842e72baf7d36abb8002f5.zip | |
:v:
Diffstat (limited to 'src/client/app/common/views/components')
| -rw-r--r-- | src/client/app/common/views/components/note-header.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/note-header.vue b/src/client/app/common/views/components/note-header.vue index 48997f5df6..4669347376 100644 --- a/src/client/app/common/views/components/note-header.vue +++ b/src/client/app/common/views/components/note-header.vue @@ -57,6 +57,7 @@ root(isDark) > .name display block + flex-shrink 0 margin 0 .5em 0 0 padding 0 overflow hidden @@ -72,6 +73,7 @@ root(isDark) > .is-admin > .is-bot > .is-cat + flex-shrink 0 align-self center margin 0 .5em 0 0 padding 1px 6px @@ -85,7 +87,6 @@ root(isDark) color isDark ? #d42c41 : #f56a7b > .username - flex-shrink 10000 margin 0 .5em 0 0 overflow hidden text-overflow ellipsis |