fix theme border surfaces

This commit is contained in:
jxxghp
2026-06-30 19:05:26 +08:00
parent 7539fa26aa
commit 2a3ef1a1f6
4 changed files with 13 additions and 5 deletions
+5 -1
View File
@@ -415,7 +415,7 @@ function handleCardClick() {
>
<VCard
:key="props.media?.id"
class="flex flex-col h-full overflow-hidden"
class="subscribe-card flex flex-col h-full overflow-hidden"
:class="{
'subscribe-card-paused': subscribeState === 'S',
'subscribe-card-pending-tint': subscribeState === 'P',
@@ -588,6 +588,10 @@ function handleCardClick() {
border-radius: var(--app-surface-radius);
}
.subscribe-card {
border: var(--app-card-light-border);
}
.subscribe-card-shell--selected::after {
position: absolute;
z-index: 5;