diff --git a/Makefile b/Makefile index d146838..7e0626e 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,12 @@ else endif build: cmds - go build -o bin/webapp . + go build -o bin/ . cmds: - go build -o bin/fgen ./tools/cmd/fgen - go build -o bin/qmgr ./tools/cmd/qmgr - go build -o bin/mailer ./tools/cmd/mailer + go build -o bin/ ./tools/cmd/fgen + go build -o bin/ ./tools/cmd/qmgr + go build -o bin/ ./tools/cmd/mailer go test MY/webapp/tests -c -o bin/ site: diff --git a/static/style.css b/static/style.css index 64be2dc..ea65572 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,4 @@ -/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { @@ -199,9 +199,6 @@ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { padding-block: 0; } - ::-webkit-calendar-picker-indicator { - line-height: 1; - } :-moz-ui-invalid { box-shadow: none; }