diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-09-28 14:14:18 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-09-29 13:07:08 +0200 |
commit | fbe296df17f4d97fde4b7148198cde11c29fb8b7 (patch) | |
tree | 3350a14803cae56193282ad211d724ff2aad2378 /apps/files/css | |
parent | a40a2b0d64299bc2114c2700a32014110826205f (diff) | |
download | nextcloud-server-fbe296df17f4d97fde4b7148198cde11c29fb8b7.tar.gz nextcloud-server-fbe296df17f4d97fde4b7148198cde11c29fb8b7.zip |
adjust aspect ratio of preview size when for aspect ratios > 16/9
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/detailsView.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index f1522c5f775..485c20e6865 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -40,7 +40,7 @@ height: auto; } -#app-sidebar .image .thumbnail::before { +#app-sidebar .image .thumbnail .stretcher { content: ''; display: block; padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */ |