diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-02 18:05:29 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-02 18:05:29 +0000 |
| commit | cef0306428273d0786732e19e443d76a6b3e1ccd (patch) | |
| tree | df541664080af7f8f1b5c7a92101be2b0d77bb7c | |
| parent | 11113dd7c4c5c74946e42947311a6988dfaea8d0 (diff) | |
| parent | 94b0321c719fce2614eecc90a1193609922a42d9 (diff) | |
Merge branch '416-name-font-size' into 'develop'
Update font-size of username in UserCardContent component
Closes #416
See merge request pleroma/pleroma-fe!631
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 689b9ec6..702c3385 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -222,6 +222,7 @@ overflow: hidden; flex: 1 1 auto; margin-right: 1em; + font-size: 15px; img { object-fit: contain; |
