1
0
Fork 0
This commit is contained in:
Malte Jürgens 2022-01-12 23:10:46 +01:00
parent c3f905ac03
commit 9a4daa9a50
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3
5 changed files with 1519 additions and 2991 deletions

View file

@ -12,7 +12,7 @@
"nprogress": "^0.2.0"
},
"devDependencies": {
"parcel": "^2.0.0-beta.2"
"parcel": "^2.2.0"
},
"browserslist": [
"since 2017-06"

View file

@ -35,6 +35,6 @@
<a id="back"></a>
</div>
</div>
<script src="./script.ts"></script>
<script src="./script.ts" type="module"></script>
</body>
</html>

View file

@ -35,10 +35,10 @@ export default function AusgabeHertzschlag(params) {
<button>
<i class="fas fa-download"></i>Download
<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
</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
</a>
</div>

View file

@ -255,7 +255,6 @@ iframe {
top: 0 !important;
bottom: 0;
height: 100% !important;
max-height: calc(100% - 4em) !important;
}
}
@ -270,7 +269,6 @@ iframe {
width: 100% !important;
max-width: 25em !important;
float: none !important;
/*margin-left: calc(100% - 2em) !important;*/
margin-right: calc(100% - 2em) !important;
margin-bottom: 2em !important;
}
@ -422,7 +420,7 @@ i {
max-width: 50em;
margin-left: auto;
margin-right: auto;
padding: 2em 2em 2em 3em;
padding: 2em 2em 5em 3em;
background-color: white;
min-height: 31em;
max-height: calc(100% - 8em);

4498
yarn.lock

File diff suppressed because it is too large Load diff