mirror of
https://github.com/tmaier/asn-qr-code-label-generator.git
synced 2026-03-14 08:33:37 +00:00
Improve sizing of list items
- border and padding are now also in Millimeters - The border is now bi-color and alternating
This commit is contained in:
parent
d97d521d57
commit
87516406f9
1 changed files with 2 additions and 2 deletions
|
|
@ -197,8 +197,8 @@
|
||||||
<ol class="grid grid-cols-7 gap-x-[2.5mm]">
|
<ol class="grid grid-cols-7 gap-x-[2.5mm]">
|
||||||
<template x-for="label in labels">
|
<template x-for="label in labels">
|
||||||
<li
|
<li
|
||||||
class="flex h-[10mm] w-[25.4mm] items-center border p-1"
|
class="flex h-[10mm] w-[25.4mm] items-center border-[0.5mm] p-[0.5mm] odd:border-blue-500 even:border-red-300"
|
||||||
:class="{'border-transparent': !borderToggle}"
|
:class="{'even:border-transparent odd:border-transparent': !borderToggle}"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
:src="label.qrCodeUrl"
|
:src="label.qrCodeUrl"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue