Chciałbym miec te kanały

This commit is contained in:
dm
2025-12-15 12:36:44 +01:00
parent dc07fa083e
commit fadeee992d
2 changed files with 247 additions and 65 deletions

View File

@@ -131,4 +131,34 @@
.f-chsearch__input[type="search"] {
appearance: none;
}
}
/* ----- */
.f-chsearch__wanted {
@apply mb-6 p-4 rounded-2xl border border-[--f-input-border];
}
.f-chsearch__wanted-list {
@apply mt-3 flex flex-wrap gap-2;
}
.f-chsearch__wanted-chip {
@apply inline-flex items-center gap-2 rounded-full border border-[--f-border-color] px-3 py-1.5;
background: rgba(148, 163, 184, 0.08);
}
.f-chsearch__wanted-logo {
@apply w-6 h-6 rounded-full object-contain;
}
.f-chsearch__wanted-name {
@apply text-sm font-medium;
}
.f-chsearch__wanted-remove {
@apply text-sm opacity-70 hover:opacity-100;
}
.f-chsearch__wanted-packages {
@apply mt-4;
}