Compare commits

..

2 Commits

Author SHA1 Message Date
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
8 changed files with 14 additions and 10 deletions

View File

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

View File

@@ -214,12 +214,12 @@ body {
overflow: hidden; /* Ensure flex children are contained */ overflow: hidden; /* Ensure flex children are contained */
} }
.settings-pane.sidebar { .sidebar.app-menu-pane {
z-index: 3200; /* Higher than Places Sidebar (3100) */ z-index: 3200; /* Higher than Places Sidebar (3100) */
} }
@media (width <= 768px) { @media (width <= 768px) {
.settings-pane.sidebar { .sidebar.app-menu-pane {
width: 100%; width: 100%;
right: 0; right: 0;
border-radius: 16px 16px 0 0; border-radius: 16px 16px 0 0;
@@ -246,7 +246,7 @@ body {
} }
.sidebar-content { .sidebar-content {
padding: 0.5rem 1rem 1rem; padding: 1rem;
overflow-y: auto; overflow-y: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
flex: 1; flex: 1;
@@ -255,6 +255,10 @@ body {
overscroll-behavior: contain; overscroll-behavior: contain;
} }
.app-menu-pane .sidebar-content {
padding-top: 0.5rem;
}
.app-menu { .app-menu {
list-style: none; list-style: none;
padding: 0; padding: 0;

View File

@@ -1,6 +1,6 @@
{ {
"name": "marco", "name": "marco",
"version": "1.15.2", "version": "1.15.3",
"private": true, "private": true,
"description": "Unhosted maps app", "description": "Unhosted maps app",
"repository": { "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-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png"> <meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-_2wecUUD.js"></script> <script type="module" crossorigin src="/assets/main-DMekdiSt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-ib8GDjrs.css"> <link rel="stylesheet" crossorigin href="/assets/main-CZskVGin.css">
</head> </head>
<body> <body>
</body> </body>