Fixed icon style for Online Plugins button

This commit is contained in:
2025-05-30 12:15:48 +03:00
parent 81905460da
commit 15b6d224de
2 changed files with 12 additions and 2 deletions

View File

@@ -21,10 +21,19 @@
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="plugins/online">
<span class="bi bi-list" aria-hidden="true" style="align-self: center"></span> Online Plugins
<NavLink class="nav-link d-flex align-items-center" href="plugins/online">
<span class="bi bi-list" aria-hidden="true" style="
display: inline-flex;
align-items: center;
justify-content: center;
height: 100%;
margin-right: 0.5rem;
font-size: 1.2rem;
"></span>
Online Plugins
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="plugins/local">

View File

@@ -34,6 +34,7 @@
background-size: cover;
}
.bi-house-door-fill-nav-menu {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}