Skip to content

Commit

Permalink
fix: style error cause list error
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Feb 21, 2023
1 parent 3e00ff8 commit 36606b0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "surfing",
"name": "Surfing",
"version": "0.8.13",
"version": "0.8.15",
"minAppVersion": "1.0.0",
"description": "Surf the Net in Obsidian.",
"author": "Boninall & Windily-cloud",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surfing",
"version": "0.8.13",
"version": "0.8.15",
"description": "Use surfing to surf the net in Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -791,3 +791,15 @@ div[data-type^="surfing-bookmark-manager"] .ant-table-thead {
gap: 1em;
opacity: 30%;
}

div[data-type^="surfing-tab-tree"] ul {
list-style: none;
margin: 0;
padding: 0;
}

div[data-type^="surfing-tab-tree"] ul li {
list-style: none;
margin: 0;
padding: 0;
}
12 changes: 0 additions & 12 deletions src/component/TabTreeView/TabTree.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,3 @@
.dropTarget {
background-color: var(--color-accent);
}

ul {
list-style: none;
margin: 0;
padding: 0;
}

ul li {
list-style: none;
margin: 0;
padding: 0;
}
16 changes: 10 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@
.surfing_dropTarget_zUmbJa {
background-color: var(--color-accent);
}
ul,
ul li {
margin: 0;
padding: 0;
list-style: none;
}

/* esbuild-css-modules-plugin-namespace:.\src\component\TabTreeView\CustomDragPreview.module.css?esbuild-css-modules-plugin-built */
.surfing_root_YLpzFq {
Expand Down Expand Up @@ -739,3 +733,13 @@ div[data-type^=surfing-bookmark-manager] .ant-table-thead {
gap: 1em;
opacity: 30%;
}
div[data-type^=surfing-tab-tree] ul {
list-style: none;
margin: 0;
padding: 0;
}
div[data-type^=surfing-tab-tree] ul li {
list-style: none;
margin: 0;
padding: 0;
}
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
"0.8.10": "1.0.0",
"0.8.11": "1.0.0",
"0.8.12": "1.0.0",
"0.8.13": "1.0.0"
"0.8.13": "1.0.0",
"0.8.14": "1.0.0",
"0.8.15": "1.0.0"
}

0 comments on commit 36606b0

Please sign in to comment.