Виправлення помилок.

Додан новий метод авторізації в застосунок.
This commit is contained in:
2026-06-16 16:50:01 +03:00
parent 0b38f137bf
commit 9797ff6137
28 changed files with 2756 additions and 493 deletions
+1
View File
@@ -63,6 +63,7 @@
opacity: 0.9;
font-weight: 400;
font-size: var(--FontSize3);
margin: 0;
}
#stand-info img {
+5 -2
View File
@@ -117,7 +117,7 @@
}
.page-stand-list>details>#list {
width: 100%;
width: calc(100% - 20px);
margin: 0;
display: flex;
flex-wrap: wrap;
@@ -127,6 +127,10 @@
overflow-y: auto;
align-items: flex-start;
transition: .3s ease;
gap: 20px;
padding: 10px;
justify-content: center;
flex-wrap: wrap;
}
.page-stand-list>details>#list>.mess-list {
@@ -159,7 +163,6 @@
width: 300px;
height: 200px;
background-color: var(--ColorThemes2);
margin: 10px;
overflow: hidden;
cursor: pointer;
border-radius: calc(var(--border-radius) - 5px);