mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
normal margins for portrait previews
This commit is contained in:
parent
474f13c9d6
commit
1c792b9f43
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue