Fixed error in mouse coordinates

Will need refining
This commit is contained in:
Pax1601
2023-06-13 17:58:43 +02:00
parent feae9a4806
commit ca7c52ff67
5 changed files with 35 additions and 14 deletions

View File

@@ -99,7 +99,7 @@
}
.coordinates::after {
content: attr(data-dd) "\00b0 " attr(data-mm) "'" attr(data-ss) "." attr(data-sss) '"' attr(data-label);
content: attr(data-value);
font-weight: bold;
font-size: 13px;
overflow: hidden;