SHA256
feat(network): поиск, help, история центра и fullscreen PWA
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user