mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
filter working
This commit is contained in:
parent
8f92d8a197
commit
9fbf8d4a6e
3 changed files with 4 additions and 5 deletions
|
|
@ -1173,10 +1173,9 @@ body {
|
|||
/* CARD */
|
||||
|
||||
.card {
|
||||
@apply relative transition dark:brightness-110 shadow-md bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border transform duration-300 ease-in-out;
|
||||
@apply overflow-visible relative transition dark:brightness-110 shadow-md bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border transform duration-300 ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
.card-info-text {
|
||||
@apply col-span-12 mb-0 leading-normal text-sm text-gray-700 dark:text-gray-500 ml-2 mr-1.5;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -41,7 +41,7 @@ const builder = [
|
|||
data: {
|
||||
filters: [
|
||||
{
|
||||
filter: "details",
|
||||
filter: "default",
|
||||
filterName: "keyword",
|
||||
type: "keyword",
|
||||
value: "",
|
||||
|
|
@ -67,7 +67,7 @@ const builder = [
|
|||
},
|
||||
},
|
||||
{
|
||||
filter: "details",
|
||||
filter: "default",
|
||||
filterName: "type",
|
||||
type: "select",
|
||||
value: "all",
|
||||
|
|
|
|||
Loading…
Reference in a new issue