diff options
| author | Henry Jameson <me@hjkos.com> | 2019-01-13 22:21:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-01-13 22:21:09 +0300 |
| commit | f9fb85ee42ffe04d7f3532342d26f89a16b2a259 (patch) | |
| tree | 53790ded22d36aaaa0b990141bd1c8f65c234b15 /src/components/user_card_content/user_card_content.vue | |
| parent | 519f49e29b38e568727dd7f59618002459a64d64 (diff) | |
| parent | 52579b09b17ff7260dc64b673545fb4690aed939 (diff) | |
Merge remote-tracking branch 'upstream/develop' into favorites
* upstream/develop:
Add Korean translation
Change emptlyTl to take userId
better fix
fixes #265 and also that thin line below gradient on chrome (UGH)
fix #262 part of user profiles not being able to load previous posts
Retain userId on clearing user timeline, don't flush when empty timeline
Diffstat (limited to 'src/components/user_card_content/user_card_content.vue')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 3804302b..0e820182 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -142,7 +142,7 @@ border-bottom-right-radius: 0; .panel-heading { - padding: .6em 0; + padding: .5em 0; text-align: center; box-shadow: none; } @@ -226,10 +226,11 @@ } } - .user-name{ + .user-name { text-overflow: ellipsis; overflow: hidden; - flex: 1 0 auto; + flex: 1 1 auto; + margin-right: 1em; } .user-screen-name { @@ -245,6 +246,10 @@ .dailyAvg { min-width: 1px; flex: 0 0 auto; + margin-left: 1em; + font-size: 0.7em; + color: $fallback--text; + color: var(--text, $fallback--text); } .handle { @@ -381,11 +386,6 @@ } } -.dailyAvg { - margin-left: 1em; - font-size: 0.7em; - color: #CCC; -} .floater { } </style> |
