style: update default-base.css for clarity in status span

- Added a comment in span.status.vhshift to indicate that the margin-right adjustment is likely no longer needed, improving code clarity for future reference.
This commit is contained in:
Zack Spear
2025-05-09 11:43:30 -07:00
parent 429fd8d1e1
commit 3207fb2335
@@ -1111,6 +1111,7 @@ span.status {
}
span.status.vhshift {
margin-top: 0;
/* leaving for reference, but should likely not be needed anymore */
/* margin-right: -9px; */
}
span.status.vshift {