Merge branch 'Patching/improve' into 'master'

added shipping note service worker

See merge request fronk/thetool!1193
This commit is contained in:
Luca Haid
2025-04-09 20:17:16 +00:00

View File

@@ -50,13 +50,21 @@
<?php endforeach; ?>
<?php endif; ?>
<?php if(MFAPPNAME == "devthetool"): ?>
<style type="text/css">
<?php if(isset($additionalHead) && is_array($additionalHead) && count($additionalHead)):
foreach($additionalHead as $head): ?>
<?=$head?>
<?php endforeach; endif;?>
<style>
<?php if(MFAPPNAME == "devthetool"): ?>
body {
border-left: 8px dashed #f672a7;
}
<?php endif; ?>
body {
min-height: 100vh;
}
</style>
<?php endif; ?>
</head>