fix: empty css

This commit is contained in:
Burtasov 2024-01-08 00:07:11 +00:00
parent 2f62aa94bf
commit 2cb867fbac
2 changed files with 1 additions and 8 deletions

View file

@ -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;

View file

@ -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;
}