Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a659ccb8
Commit
a659ccb8
authored
Aug 24, 2015
by
Jan-Christoph Borchardt
Browse files
bigger file thumbnail in app sidebar
parent
763b75ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
apps/files/css/detailsView.css
View file @
a659ccb8
...
...
@@ -12,11 +12,11 @@
}
#app-sidebar
.thumbnail
{
width
:
5
0
px
;
height
:
5
0
px
;
width
:
7
5px
;
height
:
7
5px
;
float
:
left
;
margin-right
:
10px
;
background-size
:
5
0
px
;
background-size
:
7
5px
;
}
#app-sidebar
.ellipsis
{
...
...
@@ -27,7 +27,8 @@
#app-sidebar
.fileName
{
font-size
:
16px
;
padding-top
:
3px
;
padding-top
:
13px
;
padding-bottom
:
3px
;
}
#app-sidebar
.file-details
{
...
...
apps/files/js/mainfileinfodetailview.js
View file @
a659ccb8
...
...
@@ -125,8 +125,8 @@
path
:
this
.
model
.
getFullPath
(),
mime
:
this
.
model
.
get
(
'
mimetype
'
),
etag
:
this
.
model
.
get
(
'
etag
'
),
x
:
5
0
,
y
:
5
0
,
x
:
7
5
,
y
:
7
5
,
callback
:
function
(
previewUrl
)
{
$iconDiv
.
css
(
'
background-image
'
,
'
url("
'
+
previewUrl
+
'
")
'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment