feat: add SearchInput to ui-lib

This commit is contained in:
Andision
2023-12-01 04:08:24 +00:00
parent 2c12be62c4
commit 31d436cc7e
2 changed files with 24 additions and 0 deletions

View File

@@ -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;