mirror of
https://github.com/soberhacker/obsidian-telegram-sync.git
synced 2026-07-22 07:50:31 +00:00
14 lines
243 B
CSS
14 lines
243 B
CSS
.settings-donation-container {
|
|
width: 80%;
|
|
height: 50vh;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
color: var(--text-normal);
|
|
}
|
|
.my-custom-list-item {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-top: none;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|