mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-01 06:44:24 +02:00
web/OmniboxIcon: don't use extra flexboxes
This commit is contained in:
parent
ccf6546065
commit
0b77431bd6
@ -45,10 +45,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
#input-icons {
|
#input-icons {
|
||||||
display: flex;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
@ -61,7 +58,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input-icon {
|
.input-icon {
|
||||||
display: flex;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition:
|
transition:
|
||||||
transform 0.25s,
|
transform 0.25s,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user