Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ <h1 class="mb-4 text-xl font-bold print:hidden">
</div>

<div
class="container mx-auto w-[210mm] border px-[9mm] py-[13.5mm] print:w-full print:max-w-full print:border-0"
class="container mx-auto w-[210mm] border px-[9mm] py-[12.5mm] print:w-full print:max-w-full print:border-0"
Copy link

@mschiff mschiff Jul 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my Brother HL-L8240CDM I had to change this to 15.0, so it seems there is no generic solution :-/

>
<!-- Display QR Code Labels -->
<ol class="grid grid-cols-7 gap-x-[2.5mm]">
<template x-for="label in labels">
<li
class="flex h-[10mm] w-[25.4mm] items-center border-[0.5mm] p-[0.5mm] odd:border-blue-500 even:border-red-300"
class="flex h-[10mm] w-[25.4mm] items-center border-[0.5mm] p-[0.4mm] odd:border-blue-500 even:border-red-300"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here the original value is fine with my Brother HL-L8240CDM

:class="{'even:border-transparent odd:border-transparent': !borderToggle}"
>
<img
Expand Down