removed padding in mobile pdf view

This commit is contained in:
Peter Papp
2021-05-11 10:16:12 +02:00
parent bcd4209aca
commit 438ddbb868
3 changed files with 118 additions and 89 deletions

View File

@@ -364,6 +364,16 @@ export default {
.media-full-preview {
top: 53px;
}
#pdf-wrapper {
border-radius: 0;
padding: 0;
.pdf-file {
box-shadow: none;
border-radius: 0;
}
}
}