summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-09-25 16:58:56 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-09-29 13:07:08 +0200
commit222a4bd4ac7c3d0ce76564a3f0cad9237d121b87 (patch)
tree500c8d2229e5b54925d2b67797ae3e28c4d26195 /apps/files/css
parentf41a38ba1510e65be675834aefe5b57368b119dd (diff)
downloadnextcloud-server-222a4bd4ac7c3d0ce76564a3f0cad9237d121b87.tar.gz
nextcloud-server-222a4bd4ac7c3d0ce76564a3f0cad9237d121b87.zip
Scale portrait images correctly
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/detailsView.css2
1 files changed, 1 insertions, 1 deletions
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 */