Skip to content

Commit

Permalink
Fix hidden 360 photos (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
panda7789 authored and sindresorhus committed Nov 26, 2019
1 parent a6c914e commit de06ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ html.private-mode ._1htf > span:first-child {
/* -- BLOCK START: Small conversations window -- */

/* Restrict media width to viewport */
._3zvs div[role='presentation'] > div, /* photos and GIFs */
._3zvs div[role='presentation'] > div:not(._64e6), /* photos and GIFs without 360 photos*/
._53j5 /* videos */ {
width: auto !important;
height: auto !important;
Expand Down

0 comments on commit de06ad3

Please sign in to comment.