status cleanup

This commit is contained in:
Justin (shocknet) 2024-07-21 17:22:32 -04:00
parent 2fcbdc79e7
commit d7efc4f45e
2 changed files with 18 additions and 7 deletions

View file

@ -138,4 +138,10 @@
var(--gradient) border-box;
border-radius: 2rem;
border: 1px solid transparent;
}
#adminNpub {
font-size: 8px; /* Adjust font size to fit on one line */
text-align: left; /* Left align the text */
line-break: anywhere; /* Ensure long text breaks appropriately */
}