mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/OmniboxIcon: don't use extra flexboxes
This commit is contained in:
parent
ccf6546065
commit
0b77431bd6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user