mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 搜索框支持切换展开/收起状态
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
.clip-search {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
min-width: 300px;
|
||||
input {
|
||||
margin-right: 10px;
|
||||
.clip-search-btn {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.clip-search-input {
|
||||
width: 90%;
|
||||
/* normalize */
|
||||
background: none;
|
||||
|
Reference in New Issue
Block a user