align instance icon on mobile
This commit is contained in:
parent
c1be1c01b5
commit
c479de3b22
|
@ -265,7 +265,8 @@ function more() {
|
||||||
> .icon {
|
> .icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
margin-right: 8px;
|
transform: translateX(-100%);
|
||||||
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .indicator {
|
> .indicator {
|
||||||
|
|
Loading…
Reference in New Issue