soberhacker_obsidian-telegr.../styles.css
Burtasov c503797e71 feat: add new template variables
* {{userId}} - id of the user who sent the message
* {{user}} - link to the user who sent the message
* {{content:XX}} - message text of specified length
* {{creationDate:YYYYMMDD}} - date, when the message was created
* {{creationTime:HHmmss}} - time, when the message was created
2023-05-27 21:00:31 +01:00

7 lines
No EOL
151 B
CSS

.telegramSyncSettingsDonationSection {
width: 80%;
height: 50vh;
margin: 0 auto;
text-align: center;
color: var(--text-normal);
}