diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-27 10:36:21 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-27 13:29:58 +0100 |
commit | b11d6c94fe54412a328544cdc5e9eea7b00f1136 (patch) | |
tree | f05252b99a1b526fb6868eed9eebde57abfda07f /apps/files/css | |
parent | 86594e8c18123db6696f4cedfc0578d036ad5dd6 (diff) | |
download | nextcloud-server-b11d6c94fe54412a328544cdc5e9eea7b00f1136.tar.gz nextcloud-server-b11d6c94fe54412a328544cdc5e9eea7b00f1136.zip |
Always show full previews
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files/css')
-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 { |