Skip to content

Commit

Permalink
fix: empty css
Browse files Browse the repository at this point in the history
  • Loading branch information
soberhacker committed Jan 8, 2024
1 parent 2f62aa9 commit 2cb867f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion release-notes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
7 changes: 0 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 2cb867f

Please sign in to comment.