From 2cb867fbacefca3cd759d7849b95df5ccb0efd5e Mon Sep 17 00:00:00 2001 From: Burtasov Date: Mon, 8 Jan 2024 00:07:11 +0000 Subject: [PATCH] fix: empty css --- release-notes.mjs | 2 +- styles.css | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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; -}