feat: serbin's tg id, bigger font size for page counter

This commit is contained in:
2024-09-28 00:19:08 +04:00
parent 6f2c4b0672
commit d9c43624c0
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ allowed_telegram_ids = [
355242295, # Dsnonchik 355242295, # Dsnonchik
651158209, # kristina 651158209, # kristina
502869937, # Sasha 502869937, # Sasha
1006239222, # Sasha Serbin
7326211785, 7326211785,
7646256614 # Marina 7646256614 # Marina
] ]

View File

@@ -26,6 +26,7 @@
@bottom-right { @bottom-right {
content: counter(page); content: counter(page);
margin-right: 20px; margin-right: 20px;
font-size: 18px;
} }
@top-right { @top-right {
content: "ID:{{ deal.id }}"; content: "ID:{{ deal.id }}";