Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/css/styles/luma.css
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@

/* Card */
.card {
@apply bg-card text-card-foreground ring-foreground/5 dark:ring-foreground/10 overflow-hidden rounded-4xl text-sm shadow-md ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-4xl [&>img:last-child]:rounded-b-4xl;
@apply bg-card text-card-foreground ring-foreground/5 dark:ring-foreground/10 overflow-clip rounded-4xl text-sm shadow-md ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-4xl [&>img:last-child]:rounded-b-4xl;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/lyra.css
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@

/* Card */
.card {
@apply ring-foreground/10 bg-card text-card-foreground overflow-hidden rounded-none text-xs/relaxed ring-1 has-[>footer]:pb-0 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-none [&>img:last-child]:rounded-none;
@apply ring-foreground/10 bg-card text-card-foreground overflow-clip rounded-none text-xs/relaxed ring-1 has-[>footer]:pb-0 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-none [&>img:last-child]:rounded-none;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/maia.css
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@

/* Card */
.card {
@apply ring-foreground/10 bg-card text-card-foreground overflow-hidden rounded-2xl text-sm ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-xl [&>img:last-child]:rounded-b-xl;
@apply ring-foreground/10 bg-card text-card-foreground overflow-clip rounded-2xl text-sm ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-xl [&>img:last-child]:rounded-b-xl;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/mira.css
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@

/* Card */
.card {
@apply ring-foreground/10 bg-card text-card-foreground overflow-hidden rounded-lg text-xs/relaxed ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-lg [&>img:last-child]:rounded-b-lg;
@apply ring-foreground/10 bg-card text-card-foreground overflow-clip rounded-lg text-xs/relaxed ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-lg [&>img:last-child]:rounded-b-lg;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/nova.css
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@

/* Card */
.card {
@apply ring-foreground/10 bg-card text-card-foreground overflow-hidden rounded-xl text-sm ring-1 has-[>footer]:pb-0 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-xl [&>img:last-child]:rounded-b-xl;
@apply ring-foreground/10 bg-card text-card-foreground overflow-clip rounded-xl text-sm ring-1 has-[>footer]:pb-0 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-xl [&>img:last-child]:rounded-b-xl;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/rhea.css
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@

/* Card */
.card {
@apply bg-card text-card-foreground ring-foreground/5 dark:ring-foreground/10 overflow-hidden rounded-3xl text-sm shadow-sm ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-3xl [&>img:last-child]:rounded-b-3xl;
@apply bg-card text-card-foreground ring-foreground/5 dark:ring-foreground/10 overflow-clip rounded-3xl text-sm shadow-sm ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-3xl [&>img:last-child]:rounded-b-3xl;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/sera.css
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@

/* Card */
.card {
@apply bg-card text-card-foreground ring-foreground/5 overflow-hidden text-sm shadow-sm ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-none [&>img:last-child]:rounded-none;
@apply bg-card text-card-foreground ring-foreground/5 overflow-clip text-sm shadow-sm ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-none [&>img:last-child]:rounded-none;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion src/css/styles/vega.css
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@

/* Card */
.card {
@apply ring-foreground/10 bg-card text-card-foreground overflow-hidden rounded-xl text-sm shadow-xs ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-xl [&>img:last-child]:rounded-b-xl;
@apply ring-foreground/10 bg-card text-card-foreground overflow-clip rounded-xl text-sm shadow-xs ring-1 has-[>img:first-child]:pt-0 [&>img:first-child]:rounded-t-xl [&>img:last-child]:rounded-b-xl;
}

.card {
Expand Down