Zmiana iframe listy kanałow na pobierane lokalnie i parsowane
This commit is contained in:
@@ -43,7 +43,15 @@
|
||||
}
|
||||
|
||||
|
||||
.fuz-iframe-box {
|
||||
.f-section-channel {
|
||||
@apply grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-8 gap-2;
|
||||
}
|
||||
|
||||
.f-channel-box {
|
||||
@apply flex flex-col items-center p-4 rounded-xl bg-[var(--f-background)] border border-[var(--f-offers-border)] shadow-sm hover:shadow-md transition
|
||||
}
|
||||
|
||||
/* .fuz-iframe-box {
|
||||
@apply bg-white dark:bg-slate-800 p-4 rounded-xl border border-gray-200 dark:border-slate-700 shadow;
|
||||
}
|
||||
|
||||
@@ -64,4 +72,4 @@
|
||||
|
||||
.dark .fuz-iframe {
|
||||
background: transparent !important;
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user