refactor(profile): restructure profile pages and add new features
This commit is contained in:
@ -315,6 +315,23 @@
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.menu-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.menu-right .menu-status {
|
||||
font-size: 11px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.menu-right i {
|
||||
color: #ddd;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.menu-item i:first-child {
|
||||
font-size: 18px;
|
||||
color: #ff6900;
|
||||
|
||||
Reference in New Issue
Block a user