Skip to content

Commit

Permalink
Fix group avatar being squished (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
panda7789 authored and sindresorhus committed Oct 17, 2019
1 parent 640477f commit 1bda478
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ html.sidebar-hidden ._1enh {
display: block !important;
}

/* Makes group avatar visible in small window */
._6ynm {
min-width: 40px !important;
}

/* Vertically center chat options */
._fl2 {
padding: 0 !important;
Expand Down

0 comments on commit 1bda478

Please sign in to comment.