mirror of
https://github.com/forkless/Piperless.git
synced 2026-08-16 00:46:38 +02:00
style(dashboard): remove unicode icons from info rows for cleaner look
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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">✎</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">⌨</span>
|
||||
<div class="piperless-dash-info-body">
|
||||
<span class="piperless-dash-info-text">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user