We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7c47b3 + 5b8efa5 commit 084eff8Copy full SHA for 084eff8
src/index.html
@@ -15,6 +15,13 @@
15
margin: 0;
16
}
17
18
+ .header .nav {
19
+ width: 100%;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ }
24
+
25
.container {
26
display: flex;
27
height: 100%;
@@ -72,7 +79,7 @@
72
79
<body>
73
80
<main class="app">
74
81
<header class="header">
75
- <div>
82
+ <div class="nav">
76
83
<ul>
77
84
<li><button class="button button--primary" id="run"><x-icon icon="play" size="16" color="#fff"></x-icon>
78
85
Run</button></li>
@@ -91,6 +98,7 @@
91
98
</div>
92
99
</li>
93
100
</ul>
101
+ <a href="https://github.com/kcl-lang/kcl-playground" target="_blank"><x-icon icon="github" size="28" color="#000"></x-icon></a>
94
102
95
103
</header>
96
104
0 commit comments