Browse Source

adjust padding of text preview

pull/350/head
Morris Jobke 9 years ago
parent
commit
2e5e0c157d
  1. 5
      apps/files/css/detailsView.css

5
apps/files/css/detailsView.css

@ -67,11 +67,12 @@
background-size: contain;
}
#app-sidebar .text {
#app-sidebar .large.text {
overflow-y: scroll;
overflow-x: hidden;
padding-left: 5px;
padding-top: 15px;
font-size: 80%;
margin-left: 0;
}
#app-sidebar .thumbnail {

Loading…
Cancel
Save