fix: mobile pair icons
This commit is contained in:
parent
2503330bbc
commit
31198a798d
1 changed files with 3 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
.card__header {
|
.card__header {
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|
||||||
|
|
@ -25,7 +26,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> img {
|
img {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
background: var(--icon-bg-color);
|
background: var(--icon-bg-color);
|
||||||
|
|
@ -128,4 +129,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue