···53875387 background: var(--post-hover-color);
53885388 }
53895389}
53905390-/*
53915391-.profile-list-item:last-of-type {
53925392- border-bottom: none;
53935393-} */
53905390+53915391+/* This element fixes a weird bug on iOS safari
53925392+ where the chatDetail page would render extra slowly.
53935393+ I don't know why it works, but it does. */
53945394+.hack-x {
53955395+ color: transparent;
53965396+}
5394539753955398.profile-list-item-body {
53965399 flex: 1;
···75587561}
7559756275607563.settings-account-avatar-stack .avatar {
75647564+ width: 24px;
75657565+ height: 24px;
75617566 margin-left: -8px;
75627567}
75637568···75777582 width: 100%;
75787583 height: 100%;
75797584 object-fit: cover;
75857585+}
75867586+75877587+.settings-account-row .vertical-nav-icon .avatar {
75887588+ width: 26px;
75897589+ height: 26px;
75807590}
7581759175827592.settings-account-row .vertical-nav-icon .avatar .avatar-image-frame {
+1-6
src/js/templates/avatar.template.js
···6565 "labeler-avatar": isLabeler,
6666 })}
6767 >
6868- <!--
6969- This single character fixes a weird bug on iOS safari
7070- where the chatDetail page would render extra slowly.
7171- I don't know why it works, but it does.
7272- Since line height is zero, it shouldn't be visible on the page. -->
7373- x
6868+ <span class="hack-x">x</span>
7469 <img
7570 src="${avatarThumbnailUrl}"
7671 alt="${author.displayName} profile picture"