diff --git a/soleprint/index.html b/soleprint/index.html
index 20b36a1..1ec3f92 100644
--- a/soleprint/index.html
+++ b/soleprint/index.html
@@ -41,7 +41,7 @@
flex-direction: column;
align-items: center;
padding: 1rem 0;
- z-index: 1000;
+ z-index: 99999;
}
.sidebar-item {
width: 44px;
@@ -55,7 +55,7 @@
color: #a3a3a3;
transition: all 0.2s;
}
- .sidebar-item:hover {
+ a.sidebar-item:hover {
background: #333;
color: white;
}
@@ -73,6 +73,19 @@
background: #333;
margin: 0.5rem 0;
}
+ .sidebar-icon {
+ width: 44px;
+ height: 44px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #555;
+ margin-bottom: 0.5rem;
+ }
+ .sidebar-icon svg {
+ width: 20px;
+ height: 20px;
+ }
.sidebar-item .tooltip {
position: absolute;
left: 70px;
@@ -227,30 +240,29 @@
Soleprint
-