From 2c445c0e765d256f8182b1710b27d01f0667fc4b Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Mon, 9 Mar 2026 15:09:41 -0400 Subject: [PATCH] replaced gear alt char or emoji w. font-awesome placeholder --- src/static_src/scss/_dashboard.scss | 1 - src/templates/apps/dashboard/home.html | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/static_src/scss/_dashboard.scss b/src/static_src/scss/_dashboard.scss index ed8d7c9..c0197c4 100644 --- a/src/static_src/scss/_dashboard.scss +++ b/src/static_src/scss/_dashboard.scss @@ -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; diff --git a/src/templates/apps/dashboard/home.html b/src/templates/apps/dashboard/home.html index 3fbea76..7484d10 100644 --- a/src/templates/apps/dashboard/home.html +++ b/src/templates/apps/dashboard/home.html @@ -11,7 +11,9 @@ {% block content %} {% if user.is_authenticated %}
- + {% include "apps/dashboard/_partials/_applets.html" %}
{% endif %}