diff --git a/static/partials/elements/log.html b/static/partials/elements/log.html index b82a7d8..1413ee8 100644 --- a/static/partials/elements/log.html +++ b/static/partials/elements/log.html @@ -1,7 +1,7 @@
- {{number}} + {{number + 1}} diff --git a/static/style.css b/static/style.css index 3675c11..566904e 100644 --- a/static/style.css +++ b/static/style.css @@ -409,7 +409,7 @@ body { background: #222; outline: none; background: #222; font-size: 11px; - padding: 8px 4px; color: #FFF; border: 1px solid #2C2C2C; + padding: 2px 4px; color: #FFF; border: 1px solid #2C2C2C; transition: background 250ms; } .action--reload {