hover box, network page improvements, Last Seen changed logic ⚠
Some checks are pending
Code checks / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run

This commit is contained in:
jokob-sk
2025-07-15 08:34:47 +10:00
parent c80e6d3474
commit e0dcc191c7
4 changed files with 62 additions and 12 deletions

View File

@@ -1716,11 +1716,34 @@ input[readonly] {
width: auto;
}
#hover-box
{
background-color: #ffffff;;
}
#hover-box .iconPreview
{
padding: 0px;
display: flex;
}
#hover-box .devName
{
font-size: larger;
display: contents;
}
#hover-box b
{
float: left;
}
#hover-box span
{
float: right;
}
#networkTree .netCollapse
{
position: absolute;