Add tracker functionality

This commit is contained in:
kngako
2022-06-19 22:12:45 +02:00
parent 3abd85e4fa
commit eba4f3b6b1
2 changed files with 23 additions and 4 deletions

View File

@@ -54,4 +54,9 @@ html {
width: 1rem;
text-overflow: ellipsis;
overflow: hidden;
}
.tracker-dropdown {
margin-left: 0;
margin-top: -2px;
}