diff --git a/src/web/templates/user/base.html b/src/web/templates/user/base.html index 3f208d4..b0bff2f 100644 --- a/src/web/templates/user/base.html +++ b/src/web/templates/user/base.html @@ -56,8 +56,8 @@
{{ emp.display_name or emp.email }}
diff --git a/src/web/templates/user/company_manage_post_detail.html b/src/web/templates/user/company_manage_post_detail.html index e4bcec6..a3c4adb 100644 --- a/src/web/templates/user/company_manage_post_detail.html +++ b/src/web/templates/user/company_manage_post_detail.html @@ -36,6 +36,12 @@ font-weight: 600; font-size: 18px; flex-shrink: 0; + overflow: hidden; + } + .linkedin-avatar img { + width: 100%; + height: 100%; + object-fit: cover; } .linkedin-user-info { flex: 1; min-width: 0; } .linkedin-name { font-weight: 600; font-size: 14px; color: rgba(0, 0, 0, 0.9); } @@ -158,7 +164,13 @@