Zmiana iframe listy kanałow na pobierane lokalnie i parsowane

This commit is contained in:
dm
2025-11-26 09:15:29 +01:00
parent 284009d411
commit 8bf578e6d9
7 changed files with 129 additions and 96 deletions

View File

@@ -1,9 +1,9 @@
.f-switches-wrapper {
@apply flex flex-wrap justify-center gap-6 mb-12;
@apply flex flex-wrap justify-center gap-6 mb-10;
}
.f-switch-group {
@apply inline-flex overflow-hidden relative bg-[var(--f-background-switch)];
@apply inline-flex overflow-hidden relative bg-[var(--f-background-switch)] mt-8;
}
.f-switch {