fix
This commit is contained in:
parent
c3f905ac03
commit
9a4daa9a50
5 changed files with 1519 additions and 2991 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
"nprogress": "^0.2.0"
|
"nprogress": "^0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"parcel": "^2.0.0-beta.2"
|
"parcel": "^2.2.0"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"since 2017-06"
|
"since 2017-06"
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,6 @@
|
||||||
<a id="back"></a>
|
<a id="back"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="./script.ts"></script>
|
<script src="./script.ts" type="module"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -35,10 +35,10 @@ export default function AusgabeHertzschlag(params) {
|
||||||
<button>
|
<button>
|
||||||
<i class="fas fa-download"></i>Download
|
<i class="fas fa-download"></i>Download
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a onclick="window.open('${json.baseUrl}hertzschlag/pdf/compressed/${ausg["Ausgabe"]}.pdf?download', '_self');">
|
<a href="${json.baseUrl}hertzschlag/pdf/compressed/${ausg["Ausgabe"]}.pdf?download">
|
||||||
<i class="fas fa-file-download"></i>Niedrige Qualität
|
<i class="fas fa-file-download"></i>Niedrige Qualität
|
||||||
</a>
|
</a>
|
||||||
<a onclick="window.open('${json.baseUrl}hertzschlag/pdf/${ausg["Ausgabe"]}.pdf?download', '_self');">
|
<a href="${json.baseUrl}hertzschlag/pdf/${ausg["Ausgabe"]}.pdf?download">
|
||||||
<i class="fas fa-file-download"></i>Hohe Qualität
|
<i class="fas fa-file-download"></i>Hohe Qualität
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -255,7 +255,6 @@ iframe {
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
max-height: calc(100% - 4em) !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -270,7 +269,6 @@ iframe {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
max-width: 25em !important;
|
max-width: 25em !important;
|
||||||
float: none !important;
|
float: none !important;
|
||||||
/*margin-left: calc(100% - 2em) !important;*/
|
|
||||||
margin-right: calc(100% - 2em) !important;
|
margin-right: calc(100% - 2em) !important;
|
||||||
margin-bottom: 2em !important;
|
margin-bottom: 2em !important;
|
||||||
}
|
}
|
||||||
|
|
@ -422,7 +420,7 @@ i {
|
||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: 2em 2em 2em 3em;
|
padding: 2em 2em 5em 3em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
min-height: 31em;
|
min-height: 31em;
|
||||||
max-height: calc(100% - 8em);
|
max-height: calc(100% - 8em);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue