web/OmniboxIcon: don't use extra flexboxes

This commit is contained in:
wukko 2025-03-29 14:01:38 +06:00
parent ccf6546065
commit 0b77431bd6
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -45,10 +45,7 @@
<style>
#input-icons {
display: flex;
position: relative;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
}
@ -61,7 +58,6 @@
}
.input-icon {
display: flex;
position: absolute;
transition:
transform 0.25s,