diff options
Diffstat (limited to 'apps/files/css/detailsView.css')
-rw-r--r-- | apps/files/css/detailsView.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index 46c2eeabe36..972c40726ef 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -28,14 +28,12 @@ .app-sidebar .thumbnailContainer.large { margin-left: -15px; - margin-right: -35px; - /* 15 + 20 for the close button */ + margin-right: -35px; /* 15 + 20 for the close button */ margin-top: -15px; } .app-sidebar .thumbnailContainer.large.portrait { - margin: 0; - /* if we don't fit the image anyway we give it back the margin */ + margin: 0; /* if we don't fit the image anyway we give it back the margin */ } .app-sidebar .large .thumbnail { @@ -52,8 +50,7 @@ .app-sidebar .large .thumbnail .stretcher { content: ""; display: block; - padding-bottom: 56.25%; - /* sets height of .thumbnail to 9/16 of the width */ + padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */ } .app-sidebar .large.portrait .thumbnail { @@ -95,8 +92,7 @@ } .app-sidebar .fileName h3 { - width: calc(100% - 42px); - /* 36px is the with of the copy link icon, but this breaks so we add some more to be sure */ + width: calc(100% - 42px); /* 36px is the with of the copy link icon, but this breaks so we add some more to be sure */ display: inline-block; padding: 5px 0; margin: -5px 0; |