mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
Authored-by: rootzoll <rotzoll@MacBook2020.fritz.box>
This commit is contained in:
parent
594e28eab7
commit
f877dde2b0
@ -1,7 +1,7 @@
|
||||
{% extends "print.html" %} {% block page %}
|
||||
|
||||
<div class="row justify-center">
|
||||
<div class="col-12 col-sm-8 col-lg-6 text-center" id="vue">
|
||||
<div class="row">
|
||||
<div class="" id="vue">
|
||||
{% for page in link %}
|
||||
<page size="A4" id="pdfprint">
|
||||
<table style="width: 100%">
|
||||
@ -43,8 +43,11 @@
|
||||
@media print {
|
||||
body,
|
||||
page {
|
||||
margin: 0;
|
||||
box-shadow: 0;
|
||||
margin: 0px !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.q-page {
|
||||
padding: 0px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user