Додана сторінка "Стенд"

Додане повідомлення про оновлення застосунку
Оновлен Service Worker
Перероблен WebSocket APІ
This commit is contained in:
2025-10-19 00:55:30 +03:00
parent 6ec6523d71
commit 3f08f3f6c9
46 changed files with 2651 additions and 2691 deletions

View File

@@ -552,17 +552,17 @@
align-items: flex-start;
margin: 10px;
padding: 10px;
min-height: 100px;
min-height: 30px;
justify-content: center;
position: relative;
border-radius: calc(var(--border-radius) - 5px - 6px);
border-radius: calc(var(--border-radius) - 5px - 6px);
}
#editor-blocks-territory>div>#title {
display: flex;
align-items: center;
height: 30px;
margin-bottom: 10px;
/* margin-bottom: 10px; */
justify-content: space-between;
}
@@ -595,14 +595,14 @@
}
#editor-blocks-territory>div>#title>a>svg {
width: 25px;
height: 25px;
width: 20px;
height: 20px;
fill: var(--PrimaryColorText);
}
#editor-blocks-territory>div>div {
display: flex;
margin-bottom: 10px;
/* margin-bottom: 10px; */
flex-direction: row;
align-items: center;
width: 100%;