This commit is contained in:
2026-07-23 01:55:35 +07:00
parent e9e0d4e739
commit 9bcfe42683
4 changed files with 7 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Вечерний детектив</title>
<script type="module" crossorigin src="/assets/index-D_LAYSBQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CuDfXOXi.css">
<script type="module" crossorigin src="/assets/index-BWJYHkKx.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DEZbkC4o.css">
</head>
<body>
<div id="app"></div>
+3 -2
View File
@@ -200,7 +200,7 @@ async function deletePlace(place: Place) {
</script>
<template>
<div class="center-block-custom-big content-block">
<div class="center-block-custom-big">
<div class="places-container">
<div class="settings-block">
Точек: {{ scenario.story?.places?.length }}
@@ -309,7 +309,8 @@ async function deletePlace(place: Place) {
display: flex;
flex-flow: column nowrap;
overflow-y: auto;
padding: 20px 0;
margin-top: 70px;
padding: 20px;
height: calc(100vh - 150px);
/* border: 1px solid red; */