From deb7c14678d7c33250b6c5c3c4a845019c90eccf Mon Sep 17 00:00:00 2001 From: ashubawork Date: Tue, 30 Jan 2024 16:10:03 +0200 Subject: [PATCH] - fix search icon CSS --- assets/css/um-styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/um-styles.css b/assets/css/um-styles.css index 5380916d..108cdfa7 100644 --- a/assets/css/um-styles.css +++ b/assets/css/um-styles.css @@ -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%; } /*