1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-09 23:27:41 +02:00

Style tweak for fa-stack status-item

This commit is contained in:
billz 2025-03-18 01:45:38 -07:00
parent 8846b96905
commit ac926e84d7

View File

@ -543,6 +543,10 @@ textarea.plugin-log {
width: 100%; width: 100%;
} }
.status-item .fa-stack {
width: 1.5em!important;
}
.connection-item>i { .connection-item>i {
color: var(--raspap-text-light); color: var(--raspap-text-light);
} }