From de06ad3de8b8902e025e42b3000aa60b53c2a02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Linhart?= Date: Tue, 26 Nov 2019 10:51:57 +0100 Subject: [PATCH] Fix hidden 360 photos (#1199) --- css/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/browser.css b/css/browser.css index 3743695e4..0845ce591 100644 --- a/css/browser.css +++ b/css/browser.css @@ -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;