mirror of
https://github.com/soberhacker/obsidian-telegram-sync.git
synced 2026-07-22 07:50:31 +00:00
fix: empty css
This commit is contained in:
parent
2f62aa94bf
commit
2cb867fbac
2 changed files with 1 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// TODO notify in setting that new beta version is ready for installing
|
||||
// TODO add messagesLeftCnt displaying in status bar
|
||||
import { compareVersions } from "compare-versions";
|
||||
export const releaseVersion = "3.0.0";
|
||||
export const releaseVersion = "3.0.1";
|
||||
export const showNewFeatures = true;
|
||||
export let showBreakingChanges = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,3 @@
|
|||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue