diff --git a/release-notes.mjs b/release-notes.mjs index cccdafa..a976f35 100644 --- a/release-notes.mjs +++ b/release-notes.mjs @@ -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; diff --git a/styles.css b/styles.css index be64b46..bef72b2 100644 --- a/styles.css +++ b/styles.css @@ -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; -}