mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-22 00:16:18 +00:00
update sidebar icons and adjust padding for improved layout
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ── Sidebar ── */
|
||||||
|
.nav-sidebar .nav-link {
|
||||||
|
padding-left: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
body.layout-boxed {
|
body.layout-boxed {
|
||||||
background: radial-gradient(circle at center, #444 0%, #ccc 80%, #fff 100%);
|
background: radial-gradient(circle at center, #444 0%, #ccc 80%, #fff 100%);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="/gatekeeper/" class="nav-link {% if '/gatekeeper/' in request.path %}active{% endif %}">
|
<a href="/gatekeeper/" class="nav-link {% if '/gatekeeper/' in request.path %}active{% endif %}">
|
||||||
<i class="fas fa-dungeon"></i>
|
<i class="fas fa-dungeon nav-icon"></i>
|
||||||
<p>
|
<p>
|
||||||
Gatekeeper
|
Gatekeeper
|
||||||
</p>
|
</p>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="/app_gateway/" class="nav-link {% if '/app_gateway/' in request.path %}active{% endif %}">
|
<a href="/app_gateway/" class="nav-link {% if '/app_gateway/' in request.path %}active{% endif %}">
|
||||||
<i class="fas fa-route"></i>
|
<i class="fas fa-network-wired nav-icon"></i>
|
||||||
<p>
|
<p>
|
||||||
App Gateway
|
App Gateway
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user