Condense the left side

This commit is contained in:
Herbert Wolverson 2024-05-17 12:26:07 -05:00
parent 6560021dd9
commit 376ab5ea53
2 changed files with 7 additions and 8 deletions

View File

@ -15,11 +15,11 @@
<div id="wrapper"><!-- Page Wrapper -->
<!-- Sidebar -->
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark">
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="template_wip.html">
<div class="sidebar-brand-icon">
<img src="tinylogo.svg" alt="LibreQoS SVG Logo" width="75" height="75" style="margin-top: 4px">
</div>
</a>
<li class="nav-item">
<a class="nav-link active">
<img src="tinylogo.svg" alt="LibreQoS SVG Logo" width="48" height="48">
</a>
</li>
<li class="nav-item my-3">
<a class="nav-link active">
<i class="fa fa-dashboard nav-icon"></i><br />Dashboard

View File

@ -40,9 +40,8 @@ body.dark-mode {
.sidebar {
color: white;
text-align: center;
min-height: 200px;
min-width: 125px;
border-radius: 0 0 10px 0;
border-radius: 0 0 2px 0;
padding-right: 0.25em;
}
.nav-icon {
font-size: 2rem;