0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-29 20:48:10 +00:00

simplify page count

This commit is contained in:
Víctor Losada Hernández
2026-03-29 01:12:21 +01:00
parent 2af063ac88
commit 1d02fb9565
2 changed files with 5 additions and 20 deletions

View File

@@ -45,8 +45,9 @@
}
}
.cm-count {
float : right;
.cm-pageLine[data-page-number]::after {
content:attr(data-page-number);
float:right;
color : grey;
}
.cm-columnSplit {