PDF editor: Add multi-page support

This commit is contained in:
Raphael Michel
2022-03-13 14:10:02 +01:00
committed by Raphael Michel
parent b05fa89010
commit ebf0320c2c
5 changed files with 126 additions and 50 deletions

View File

@@ -69,3 +69,10 @@ body {
margin-top: 10px;
margin-bottom: 0;
}
.panel-pdf-editor .panel-body {
padding: 0;
}
.panel-pdf-editor .panel-body .nav-pills {
padding: 15px;
background: #eee;
}