diff --git a/BibleServerCli/data/www/print.css b/BibleServerCli/data/www/print.css index 0e673c0..c163f54 100644 --- a/BibleServerCli/data/www/print.css +++ b/BibleServerCli/data/www/print.css @@ -4,6 +4,15 @@ { display: none; } + iframe + { + width: 100%; + height: 100%; + } + .modal-card + { + height: 60vh; + } } @media print { @@ -11,4 +20,7 @@ { display: none; } + li { + break-inside: avoid; + } } \ No newline at end of file