feat: clickable username with context menu

This commit is contained in:
2025-03-06 09:28:55 +01:00
parent 854bd03c40
commit 99e80c8077
4 changed files with 36 additions and 31 deletions

View File

@@ -29,7 +29,6 @@ footer {
left: 8px;
}
/*=========Network Controls=========*/
.infobutton {
@@ -367,7 +366,11 @@ button,
position: relative;
text-align: center;
height: 140px;
margin-bottom: 20px;
span {
display: block;
margin: 2px;
}
img {
display: block;
@@ -390,6 +393,14 @@ button,
}
}
.avatar {
background-color: lightsteelblue;
padding: 2px 8px;
width: fit-content;
margin: auto;
z-index: 3;
}
.networkroute {
z-index: 10;
position: absolute;