replaced gear alt char or emoji w. font-awesome placeholder
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -32,7 +32,6 @@ body.page-dashboard {
|
||||
position: absolute;
|
||||
bottom: 0.5rem;
|
||||
right: 0.5rem;
|
||||
padding-bottom: 0.2rem;
|
||||
z-index: 1;
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
@@ -11,7 +11,9 @@
|
||||
{% block content %}
|
||||
{% if user.is_authenticated %}
|
||||
<div id="id_dash_content">
|
||||
<button id="id_dash_gear">⚙</button>
|
||||
<button id="id_dash_gear">
|
||||
<i class="fa-solid fa-gear"></i>
|
||||
</button>
|
||||
{% include "apps/dashboard/_partials/_applets.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user