Add a tracker

This commit is contained in:
2022-02-18 01:28:23 +02:00
parent b72fd3029f
commit 77997d7ca6
4 changed files with 137 additions and 0 deletions

View File

@@ -48,4 +48,10 @@ html {
.bitcoin-address {
word-wrap: break-word;
}
.tracker-title-cell {
width: 1rem;
text-overflow: ellipsis;
overflow: hidden;
}