align instance icon on mobile
This commit is contained in:
parent
07f2261c70
commit
e330870e79
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue