1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 11:27:18 +00:00

fix search input icon style (#6491)

This commit is contained in:
Michael An
2024-08-05 17:00:33 +08:00
committed by GitHub
parent bcebfa2838
commit 381a945fb1
2 changed files with 2 additions and 1 deletions

View File

@@ -110,6 +110,7 @@
.file-chooser-search-input .search-input {
width: 100%;
height: 2.375rem;
}
.file-chooser-table td {

View File

@@ -78,7 +78,7 @@
}
.search-input {
height: 2.375rem;
height: 1.875rem;
width: 15rem;
font-size: .875rem;
}