feat: 增加聊天navbar
This commit is contained in:
@@ -59,3 +59,15 @@ svg {
|
||||
height: 2px;
|
||||
}
|
||||
}
|
||||
.textEllipsis {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
* {
|
||||
-moz-outline-style: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-focus-ring-color: rgba(0, 0, 0, 0);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user