Skip to content

Commit 00dcfa7

Browse files
Better size.
1 parent 1230ec1 commit 00dcfa7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@
88

99
<h1>Following Graph</h1>
1010

11-
<p>The following shows a following graph for @@kristofferstrube@@hachyderm.io</p>
11+
<p>
12+
The following shows a following graph for @@kristofferstrube@@hachyderm.io<br/>
1213

13-
@if (selectedUser is null)
14-
{
14+
@if (selectedUser is null)
15+
{
1516
<p>Select a node to show what user that is.</p>
16-
}
17-
else
18-
{
17+
}
18+
else
19+
{
1920
<p>Selected user: <b>@selectedUser.Id</b></p>
20-
}
21+
}
22+
</p>
23+
2124

22-
<div style="height:80vh;">
25+
<div style="height:75vh;">
2326
<GraphEditor @ref=GraphEditor
2427
TNode="User"
2528
TEdge="Follow"

0 commit comments

Comments
 (0)