mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 18:26:48 +08:00
feat: add SearchInput to ui-lib
This commit is contained in:
@@ -339,6 +339,16 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
.search-input-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
.search-input {
|
||||
min-width: 99%;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.user-avatar {
|
||||
height: 30px;
|
||||
min-height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user