diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-22 21:00:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-22 21:00:19 +0900 |
| commit | c3d081b700483e3daaa322900a0d8b57f41a8d76 (patch) | |
| tree | 84ab6a68e31a2d2db66fe952da4adc44958e5d56 /src/client | |
| parent | 4.7.0 (diff) | |
| parent | change flex-shrink of .username to 2147483647 (diff) | |
| download | misskey-c3d081b700483e3daaa322900a0d8b57f41a8d76.tar.gz misskey-c3d081b700483e3daaa322900a0d8b57f41a8d76.tar.bz2 misskey-c3d081b700483e3daaa322900a0d8b57f41a8d76.zip | |
Merge pull request #1763 from tamaina/better-note-header
change flex-shrink of .username to 2147483647
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/note-header.vue | 2 |
1 files changed, 1 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 3af92f3362..25a3339264 100644 --- a/src/client/app/common/views/components/note-header.vue +++ b/src/client/app/common/views/components/note-header.vue @@ -90,7 +90,7 @@ root(isDark) overflow hidden text-overflow ellipsis color isDark ? #606984 : #ccc - flex-shrink 10000 + flex-shrink 2147483647 > .info margin-left auto |