Skip to content

Commit c2c109a

Browse files
committed
🎉 optimize button
1 parent 0c658dc commit c2c109a

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

src/frontend/static/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,12 @@ body.dark-mode {
128128
.sidebar-button span {
129129
margin-top: 5px;
130130
}
131+
132+
.sidebar-button span {
133+
display: none;
134+
}
135+
136+
137+
.sidebar-button:hover span {
138+
display: inline;
139+
}

src/frontend/templates/index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,20 @@ <h1 class="navbar-heading">Neploy</h1>
1919
</header>
2020
<div class="main-container">
2121
<div class="side-navbar">
22-
23-
2422
<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>
2625
</button>
27-
<button class="sidebar-button" id="test-button">
28-
26+
<!-- <button class="sidebar-button" id="test-button">
2927
<i class="fas fa-play"></i>
30-
Test
31-
</button>
32-
33-
28+
<span>Test</span>
29+
</button> -->
3430
<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>
3733
</button>
38-
3934
</div>
35+
4036
<div class="editor-and-output">
4137
<div class="editor-wrapper">
4238
<label for="editor" class="editor-label" style="color: whitesmoke;">

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy