Add slightly (ok, very) dirty code to generate Brother P-Touch files

This commit is contained in:
Piotr Gaczkowski 2026-02-04 10:50:33 +01:00
parent 1abbcbdc86
commit 7aa8fbee31
3 changed files with 165 additions and 31 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,14 +1,14 @@
footer {
padding: 12px;
margin-top: auto;
padding: 12px;
margin-top: auto;
}
/* || Sidenav */
.sidenav {
width: 250px;
position: sticky;
z-index: 1;
top: 0;
overflow-x: hidden;
padding: 6px 8px 6px 16px;
}
width: 250px;
position: sticky;
z-index: 1;
top: 0;
overflow-x: hidden;
padding: 6px 8px 6px 16px;
}