feat(network): поиск, help, история центра и fullscreen PWA

This commit is contained in:
AidarKC
2026-04-26 18:50:36 +03:00
parent 2350745e61
commit 1e8e2915f9
5 changed files with 265 additions and 31 deletions
+21
View File
@@ -1327,6 +1327,17 @@ textarea.input {
overflow: hidden;
}
.network-screen {
gap: 8px;
min-height: calc(100dvh - 124px);
}
.network-board--full {
flex: 1 1 auto;
min-height: calc(100dvh - 212px);
height: auto;
}
.network-legend {
display: flex;
flex-wrap: wrap;
@@ -1509,6 +1520,16 @@ textarea.input {
text-overflow: ellipsis;
}
.network-search-candidate {
width: 100%;
justify-content: flex-start;
}
.network-search-candidate.is-selected {
border-color: rgba(132, 209, 255, 0.78);
background: rgba(65, 118, 191, 0.24);
}
.node:focus-visible .node-dot,
.node:hover .node-dot {
border-color: rgba(166, 218, 255, 0.92);