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