feat: improved user feedback

This commit is contained in:
2026-07-13 14:42:44 +02:00
parent 5805c96d57
commit e257436a5a
5 changed files with 150 additions and 21 deletions
+6
View File
@@ -67,6 +67,12 @@
left: 0;
width: 100%;
border: none;
/* @page tiene margin: 0 (ver más abajo), así que sin esto el contenido
llegaría hasta el borde físico de la hoja. Se pone aquí (como
padding del propio contenido) en vez de en @page porque el soporte
de "margin" en @page es más inconsistente entre navegadores. */
padding: 2cm;
box-sizing: border-box;
}
#preview-title {