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

Додане повідомлення про оновлення застосунку
Оновлен 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

@@ -412,7 +412,7 @@ body.modal-open {
#update_banner .content {
margin: 0 auto;
max-width: 300px;
max-width: 340px;
display: flex;
flex-direction: column;
justify-content: center;
@@ -424,6 +424,8 @@ body.modal-open {
font-size: var(--FontSize4);
color: var(--PrimaryColorText);
font-family: 'Roboto', sans-serif;
margin-bottom: 5px;
opacity: 0.9;
}
#update_banner .subhead {
@@ -438,7 +440,7 @@ body.modal-open {
}
#update_banner[data-state="updateavailable"] {
display: block;
display: flex;
cursor: pointer;
background-color: var(--PrimaryColor);
color: var(--PrimaryColorText);
@@ -446,10 +448,10 @@ body.modal-open {
opacity: 0.95;
z-index: 9999;
position: fixed;
width: 300px;
width: 350px;
margin: 10px;
padding: 5px;
border-radius: 25px;
border-radius: var(--border-radius);
right: 0;
}