1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Change AI search icon (#5956)

* fix code warnings

* change AI search icon
This commit is contained in:
Michael An
2024-02-19 16:12:09 +08:00
committed by GitHub
parent e36722230f
commit ef60661f50
6 changed files with 93 additions and 35 deletions

View File

@@ -29,6 +29,15 @@
padding: 1rem 0rem 0rem 1rem;
}
.search-container .input-icon svg.input-icon-addon {
height: 100%;
padding: 7px;
}
.search-container.show .input-icon svg.input-icon-addon {
padding: 12px;
}
.search-icon-left {
display: flex;
}
@@ -268,6 +277,17 @@
width: 2rem;
align-items: center;
justify-content: center;
height: 100%;
position: relative;
}
.search-icon-container .input-icon-addon {
height: 100%;
padding: 7px;
}
.search-container .input-icon svg.input-icon-addon {
padding: 12px;
}
.search-icon {