Compare commits

..

5 Commits

Author SHA1 Message Date
48f87f98d6 Remove obsolete styles
All checks were successful
CI / Lint (push) Successful in 51s
CI / Test (push) Successful in 57s
2026-03-17 16:59:54 +04:00
3cd1b32af9 1.15.3
All checks were successful
CI / Lint (push) Successful in 47s
CI / Test (push) Successful in 57s
2026-03-17 16:55:31 +04:00
462404b53e Fix sidebar content padding, class name 2026-03-17 16:54:41 +04:00
e3147caa90 1.15.2
All checks were successful
CI / Lint (push) Successful in 50s
CI / Test (push) Successful in 59s
2026-03-17 16:35:10 +04:00
7c11fefdb7 Tweak whitespace 2026-03-17 16:34:19 +04:00
8 changed files with 13 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ export default class AppMenu extends Component {
}
<template>
<div class="sidebar settings-pane">
<div class="sidebar app-menu-pane">
{{#if (eq this.currentView "menu")}}
<AppMenuHome @onNavigate={{this.setView}} @onClose={{@onClose}} />

View File

@@ -214,12 +214,12 @@ body {
overflow: hidden; /* Ensure flex children are contained */
}
.settings-pane.sidebar {
.sidebar.app-menu-pane {
z-index: 3200; /* Higher than Places Sidebar (3100) */
}
@media (width <= 768px) {
.settings-pane.sidebar {
.sidebar.app-menu-pane {
width: 100%;
right: 0;
border-radius: 16px 16px 0 0;
@@ -255,6 +255,10 @@ body {
overscroll-behavior: contain;
}
.app-menu-pane .sidebar-content {
padding-top: 0.5rem;
}
.app-menu {
list-style: none;
padding: 0;
@@ -340,11 +344,6 @@ body {
font-size: 0.9rem;
}
.sidebar-content details .link-list {
padding: 0;
margin: 0;
}
@keyframes details-slide-down {
from {
opacity: 0;
@@ -357,14 +356,6 @@ body {
}
}
.sidebar-content details .link-list li {
margin-bottom: 0.5rem;
}
.sidebar-content details .link-list li:last-child {
margin-bottom: 0;
}
.edit-form {
margin: -1rem;
margin-bottom: 1rem;
@@ -517,26 +508,6 @@ abbr[title] {
text-decoration: underline dotted;
}
.link-list {
list-style: none;
padding: 0;
margin: 0;
}
.link-list li {
margin-bottom: 0.5rem;
}
.link-list a {
color: var(--link-color);
text-decoration: none;
font-size: 0.95rem;
}
.link-list a:hover {
text-decoration: underline;
}
.places-list {
list-style: none;
padding: 0;

View File

@@ -1,6 +1,6 @@
{
"name": "marco",
"version": "1.15.1",
"version": "1.15.3",
"private": true,
"description": "Unhosted maps app",
"repository": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,8 +39,8 @@
<meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-B0kgA7Vd.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CiVfjn0D.css">
<script type="module" crossorigin src="/assets/main-DMekdiSt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CZskVGin.css">
</head>
<body>
</body>