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 {
|
||||
padding: 10px 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
|
||||
|
|
@ -25,7 +26,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
> img {
|
||||
img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: var(--icon-bg-color);
|
||||
|
|
@ -128,4 +129,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue