Poprawki w wyszikiwaniu kanałów i wyświetlaniu

This commit is contained in:
dm
2025-12-13 12:34:37 +01:00
parent 32d77ac5ad
commit 71d1b18314
6 changed files with 266 additions and 317 deletions

View File

@@ -27,8 +27,8 @@
@apply opacity-100;
}
.f-chsearch__meta {
@apply text-sm opacity-70 pl-1;
.f-chsearch-meta {
@apply text-sm opacity-70 pl-1 ml-2;
}
/* =========================
@@ -110,8 +110,8 @@
/* =========================
Empty state
========================== */
.f-chsearch__empty {
@apply mt-2 p-4 rounded-2xl border border-slate-200 dark:border-slate-700 opacity-80;
.f-chsearch-empty {
@apply mt-2 p-4 text-lg;
}
.f-chsearch__input::-webkit-search-cancel-button {