From 222a4bd4ac7c3d0ce76564a3f0cad9237d121b87 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 25 Sep 2015 16:58:56 +0200 Subject: Scale portrait images correctly --- apps/files/css/detailsView.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/css') diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index faa26678562..f1522c5f775 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -40,7 +40,7 @@ height: auto; } -#app-sidebar .image.landscape .thumbnail::before { +#app-sidebar .image .thumbnail::before { content: ''; display: block; padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */ -- cgit v1.2.3