Made List default, added tooltip to call-column

This commit is contained in:
int2001
2023-07-27 11:17:00 +00:00
parent b7fccc6aec
commit 36fca28f1b
3 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
</script>
<style>
.spotted_call {
cursor: alias;
}
.kHz::after {
content: " kHz";
}