Merge pull request #1445 from ultimatemember/fix/search_css

Search icon CSS
This commit is contained in:
Mykyta Synelnikov
2024-02-06 15:20:59 +02:00
committed by GitHub
+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%;
}
/*