Fix track vertical alignment on popup
Deploy Livetrail / deploy (push) Successful in 29s

This commit is contained in:
2026-09-03 14:43:10 +02:00
parent 0acec1f37e
commit 842bb56fcc
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1,15 +1,7 @@
{ {
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.8",
"eslint": "^10.9.1",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.11.0",
"vite": "^8.1.5"
},
"name": "livetrail", "name": "livetrail",
"description": "Self-hosted live journey map combining SPOT GPS tracking, GPX routes, posts, and media", "description": "Self-hosted live journey map combining SPOT GPS tracking, GPX routes, posts, and media",
"version": "3.0.0", "version": "3.0.1",
"main": "index.js", "main": "index.js",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -19,6 +11,14 @@
}, },
"keywords": [], "keywords": [],
"author": "Franzz", "author": "Franzz",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.8",
"eslint": "^10.9.1",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.11.0",
"vite": "^8.1.5"
},
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0", "@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0",
+1 -1
View File
@@ -167,7 +167,7 @@ h2 {
height: var(--track-width); height: var(--track-width);
display: inline-block; display: inline-block;
border-radius: var.$block-radius; border-radius: var.$block-radius;
vertical-align: center; vertical-align: middle;
} }
.desc { .desc {