style(dashboard): remove unicode icons from info rows for cleaner look

This commit is contained in:
Forkless
2026-05-12 01:17:08 +02:00
parent afe006fde7
commit 539816b800
2 changed files with 0 additions and 9 deletions
-7
View File
@@ -75,13 +75,6 @@
border-radius: 6px;
}
.piperless-dash-info-icon {
font-size: 18px;
flex-shrink: 0;
width: 24px;
text-align: center;
}
.piperless-dash-info-text {
flex: 1;
color: #1d2327;
-2
View File
@@ -103,7 +103,6 @@ class Dashboard {
<div class="piperless-dash-info">
<div class="piperless-dash-info-item piperless-dash-info-posts">
<span class="piperless-dash-info-icon">&#9998;</span>
<span class="piperless-dash-info-text">
<?php
printf(
@@ -126,7 +125,6 @@ class Dashboard {
</div>
<div class="piperless-dash-info-item piperless-dash-info-storage">
<span class="piperless-dash-info-icon">&#9000;</span>
<div class="piperless-dash-info-body">
<span class="piperless-dash-info-text">
<?php