summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-09-11 15:24:14 +0200
committerRobin Appelman <icewind@owncloud.com>2015-09-15 14:29:37 +0200
commit1c792b9f434f08b1d538a7fdfea305b190a5621a (patch)
tree7ceafe2df0eb07496c8da418d98e8e13dc9fc0a1 /apps/files/css
parent474f13c9d631aae8b9001156f6a26defde413190 (diff)
downloadnextcloud-server-1c792b9f434f08b1d538a7fdfea305b190a5621a.tar.gz
nextcloud-server-1c792b9f434f08b1d538a7fdfea305b190a5621a.zip
normal margins for portrait previews
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/detailsView.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css
index 8eded7acda1..ad9c50b8354 100644
--- a/apps/files/css/detailsView.css
+++ b/apps/files/css/detailsView.css
@@ -25,6 +25,10 @@
margin-top: -15px;
}
+#app-sidebar .thumbnailContainer.image.portrait {
+ margin: 0; /* if we dont fit the image anyway we give it back the margin */
+}
+
#app-sidebar .image .thumbnail {
width:100%;
display:block;