File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 91
91
"engines" : {
92
92
"vscode" : " ^1.86.0"
93
93
}
94
- }
94
+ }
Original file line number Diff line number Diff line change 9
9
<main >
10
10
<header >
11
11
<h1 >Function Graph Overview</h1 >
12
+ <div class =" links" >
13
+ <a href =" https://github.com/tmr232/function-graph-overview/" >Repo</a >
14
+ <a
15
+ href =" https://marketplace.visualstudio.com/items?itemName=tamir-bahar.function-graph-overview"
16
+ >Install</a
17
+ >
18
+ </div >
12
19
</header >
13
20
<div >
14
21
<div class =" editor" >
42
49
text-align : center ;
43
50
filter : drop-shadow (0 0 0.3rem gray );
44
51
background-color : white ;
52
+ position : relative ;
45
53
}
46
54
.graph ,
47
55
.editor {
48
56
background-color : white ;
49
57
filter : drop-shadow (0 0 0.3rem gray );
50
58
}
59
+
60
+ .links a {
61
+ color : black ;
62
+ padding : 0.5rem ;
63
+ }
64
+
65
+ .links a :hover {
66
+ background-color : lightskyblue ;
67
+ padding : 0.5rem ;
68
+ }
69
+ .links {
70
+ display : flex ;
71
+ justify-content : center ;
72
+ align-items : center ;
73
+ gap : 2rem ;
74
+ position : absolute ;
75
+ right : 3rem ;
76
+ top : 0 ;
77
+ height : 100% ;
78
+ }
51
79
</style >
You can’t perform that action at this time.
0 commit comments