- fix search icon CSS

This commit is contained in:
ashubawork
2024-01-30 16:10:03 +02:00
parent 328de82d60
commit deb7c14678
+9 -1
View File
@@ -898,12 +898,20 @@ small.um-max-filesize span{
.um-search-area .um-search-field {
width: 100%;
margin: 0;
}
.um-search-area .um-search-icon {
position: absolute;
top: 7px;
height: 100%;
right: 10px;
top: 0;
}
.um-faicon-search:before {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
/*