File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -128,3 +128,12 @@ body.dark-mode {
128
128
.sidebar-button span {
129
129
margin-top : 5px ;
130
130
}
131
+
132
+ .sidebar-button span {
133
+ display : none;
134
+ }
135
+
136
+
137
+ .sidebar-button : hover span {
138
+ display : inline;
139
+ }
Original file line number Diff line number Diff line change @@ -19,24 +19,20 @@ <h1 class="navbar-heading">Neploy</h1>
19
19
</ header >
20
20
< div class ="main-container ">
21
21
< div class ="side-navbar ">
22
-
23
-
24
22
< button class ="sidebar-button " id ="compile-button ">
25
- < i class ="fas fa-bug "> </ i > Compile
23
+ < i class ="fas fa-bug "> </ i >
24
+ < span > Compile</ span >
26
25
</ button >
27
- < button class ="sidebar-button " id ="test-button ">
28
-
26
+ <!-- <button class="sidebar-button" id="test-button">
29
27
<i class="fas fa-play"></i>
30
- Test
31
- </ button >
32
-
33
-
28
+ <span>Test</span>
29
+ </button> -->
34
30
< button class ="sidebar-button " id ="optimizer-button ">
35
- < i class ="fas fa-cog "> </ i >
36
- < span > Optimizer </ span >
31
+ < i class ="fas fa-magic "> </ i >
32
+ < span > Review Code </ span >
37
33
</ button >
38
-
39
34
</ div >
35
+
40
36
< div class ="editor-and-output ">
41
37
< div class ="editor-wrapper ">
42
38
< label for ="editor " class ="editor-label " style ="color: whitesmoke; ">
You can’t perform that action at this time.
0 commit comments