fixes log pagination

This commit is contained in:
Michael Beck
2025-02-05 22:39:10 +01:00
parent 6b57efde79
commit d868a181a9
4 changed files with 35 additions and 13 deletions

View File

@@ -207,3 +207,11 @@
#color-mode-toggle input:not(:checked) + label .sun {
opacity: 0;
}
.line-number {
display: inline-block;
width: 30px;
text-align: right;
margin-right: 10px;
color: #888;
}