1
0
mirror of synced 2026-04-05 16:08:37 +08:00

style(editor): 统一左边栏搜索样式

This commit is contained in:
roymondchen
2023-03-30 16:30:04 +08:00
parent aa12779598
commit ffb99645d6
9 changed files with 65 additions and 68 deletions

View File

@@ -1,17 +1,19 @@
.m-editor-code-block-list {
height: 100%;
margin-top: 5px;
margin-top: 48px;
.code-header-wrapper {
display: flex;
align-items: center;
justify-content: center;
.code-filter-input {
margin: 0 5px;
}
.code-filter-input-no-btn {
margin-left: 5px;
margin-right: 10px;
position: absolute;
top: 0;
width: 100%;
.search-input {
flex: 1;
position: relative;
}
.create-code-button {
margin-left: 2px;
margin-right: 10px;