mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-21 15:57:24 -06:00
Condense the left side
This commit is contained in:
parent
6560021dd9
commit
376ab5ea53
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user