feat: clickable username with context menu
This commit is contained in:
15
src/App.css
15
src/App.css
@@ -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;
|
||||
|
Reference in New Issue
Block a user