normal margins for portrait previews

This commit is contained in:
Robin Appelman 2015-09-11 15:24:14 +02:00
parent 474f13c9d6
commit 1c792b9f43
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
margin-top: -15px;
}
#app-sidebar .thumbnailContainer.image.portrait {
margin: 0; /* if we dont fit the image anyway we give it back the margin */
}
#app-sidebar .image .thumbnail {
width:100%;
display:block;