diff options
Diffstat (limited to 'apps/files/css/detailsView.scss')
-rw-r--r-- | apps/files/css/detailsView.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/css/detailsView.scss b/apps/files/css/detailsView.scss index 71062648c97..e13cf0d7a4e 100644 --- a/apps/files/css/detailsView.scss +++ b/apps/files/css/detailsView.scss @@ -72,12 +72,13 @@ } #app-sidebar .thumbnail { - width: 75px; - height: 75px; + width: 100%; + min-height: 75px; display: inline-block; float: left; margin-right: 10px; - background-size: 75px; + background-size: contain; + background-repeat: no-repeat; } #app-sidebar .ellipsis { |