mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-21 16:06:18 +00:00
update sidebar icons and adjust padding for improved layout
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* ── Sidebar ── */
|
||||
.nav-sidebar .nav-link {
|
||||
padding-left: 0.6rem;
|
||||
}
|
||||
|
||||
body.layout-boxed {
|
||||
background: radial-gradient(circle at center, #444 0%, #ccc 80%, #fff 100%);
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
Gatekeeper
|
||||
</p>
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
App Gateway
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user