fix(hikes): square-ish SAC red/blue painted markers (44px → 28px)

This commit is contained in:
2026-05-19 08:30:02 +02:00
parent c082da700d
commit 2c3886296c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "homepage", "name": "homepage",
"version": "1.74.0", "version": "1.74.1",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -211,7 +211,7 @@
.sac-marker-red, .sac-marker-red,
.sac-marker-blue { .sac-marker-blue {
width: 44px; width: 28px;
color: #fff; color: #fff;
text-shadow: 0 1px 1px rgb(0 0 0 / 0.45); text-shadow: 0 1px 1px rgb(0 0 0 / 0.45);
border-radius: 2px; border-radius: 2px;
+1 -1
View File
@@ -634,7 +634,7 @@
* T4T6: white-blue-white painted Alpinwanderweg marker. */ * T4T6: white-blue-white painted Alpinwanderweg marker. */
.sac-marker { .sac-marker {
grid-row: 1 / span 2; grid-row: 1 / span 2;
width: 44px; width: 28px;
height: 20px; height: 20px;
} }