Implements Better Username Display
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.dropdown {
|
.dropdown {
|
||||||
width: 180px;
|
width: fit-content;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid rgba(46, 46, 46, .3);
|
border: 1px solid rgba(46, 46, 46, .3);
|
||||||
@@ -17,8 +17,13 @@
|
|||||||
border-left: 1px solid rgba(46, 46, 46, .3);
|
border-left: 1px solid rgba(46, 46, 46, .3);
|
||||||
transform: translateX(120px) translateY(-50%) rotate(45deg);
|
transform: translateX(120px) translateY(-50%) rotate(45deg);
|
||||||
}
|
}
|
||||||
|
.info {
|
||||||
|
min-width: 180px;
|
||||||
|
padding: 0px 10px;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
.info h3{
|
.info h3 {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user