fix: mobile pair icons

This commit is contained in:
AzizbekFayziyev 2026-02-03 16:43:05 +05:00
parent 2503330bbc
commit 31198a798d

View file

@ -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 @@
} }
} }
} }
} }