Skip to content

Commit 03eeb81

Browse files
committed
chore: update css
1 parent 36606b0 commit 03eeb81

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "surfing",
33
"name": "Surfing",
4-
"version": "0.8.15",
4+
"version": "0.8.16",
55
"minAppVersion": "1.0.0",
66
"description": "Surf the Net in Obsidian.",
77
"author": "Boninall & Windily-cloud",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "surfing",
3-
"version": "0.8.15",
3+
"version": "0.8.16",
44
"description": "Use surfing to surf the net in Obsidian.",
55
"main": "main.js",
66
"scripts": {

src/component/TabTreeView/TabTree.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
border-radius: var(--size-2-2);
55
}
66

7+
.container {
8+
height: 100%;
9+
}
10+
711
.treeRoot {
812
height: 100%;
913
}

src/component/TabTreeView/TabTree.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default function TabTree(props: Props) {
187187

188188
return (
189189
treeData.length > 0 ? (
190-
<div ref={ handleRef }>
190+
<div ref={ handleRef } className={ styles.container }>
191191
<DndProvider backend={ MultiBackend } options={ getBackendOptions(
192192
{
193193
html5: {

styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
margin: var(--size-4-2);
6666
border-radius: var(--size-2-2);
6767
}
68+
.surfing_container_zUmbJa,
6869
.surfing_treeRoot_zUmbJa {
6970
height: 100%;
7071
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
"0.8.12": "1.0.0",
4747
"0.8.13": "1.0.0",
4848
"0.8.14": "1.0.0",
49-
"0.8.15": "1.0.0"
49+
"0.8.15": "1.0.0",
50+
"0.8.16": "1.0.0"
5051
}

0 commit comments

Comments
 (0)