/* Fix missing left padding of avatars */
.account__header__tabs > a > div > img { padding-left: 2px; }

/* Stretch admin info on about page */
.server-banner__meta__column { width: calc(100% - 5px) }

/* Hide active user count on about page */
.server-banner__meta__column+.server-banner__meta__column { display:none }

/* Hide blocked servers section on about page */
.about__section+.about__section+.about__section { display: none }

/* Increase display name size on profile page */
.account__header__tabs__name h1 { font-size: 21px; }

/* Reduce emoji size in display name line on profile page */
.account__header__tabs__name .emojione { width: 21px; height: 21px; }

