mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
bump version to 2.10.3
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "2.10.2",
|
"version": "2.10.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": "dist/service.js",
|
"bin": "dist/service.js",
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ function onClose() {
|
|||||||
</IconBtn>
|
</IconBtn>
|
||||||
</span>
|
</span>
|
||||||
<VDialogCloseBtn @click="onClose" />
|
<VDialogCloseBtn @click="onClose" />
|
||||||
<VCardText class="app-card-summary app-card-summary--double-action">
|
<VCardText class="app-card-summary app-card-summary--double-action app-card-summary--title-subtitle">
|
||||||
<div class="app-card-summary__content">
|
<div class="app-card-summary__content">
|
||||||
<div class="app-card-summary__title-row">
|
<div class="app-card-summary__title-row">
|
||||||
<VBadge v-if="props.notification.enabled" dot inline color="success" class="me-1" />
|
<VBadge v-if="props.notification.enabled" dot inline color="success" class="me-1" />
|
||||||
|
|||||||
+26
-21
@@ -56,11 +56,11 @@ html.v-overlay-scroll-blocked body {
|
|||||||
.app-card-summary {
|
.app-card-summary {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
overflow: hidden;
|
|
||||||
min-block-size: 7.5rem;
|
|
||||||
block-size: 7.5rem;
|
block-size: 7.5rem;
|
||||||
|
min-block-size: 7.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary__content {
|
.app-card-summary__content {
|
||||||
@@ -71,38 +71,43 @@ html.v-overlay-scroll-blocked body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-inline-size: 0;
|
min-inline-size: 0;
|
||||||
row-gap: 0.25rem;
|
|
||||||
padding-block: 0.25rem 0.5rem;
|
padding-block: 0.25rem 0.5rem;
|
||||||
|
row-gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary__title-row {
|
.app-card-summary__title-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
min-inline-size: 0;
|
|
||||||
column-gap: 0.25rem;
|
column-gap: 0.25rem;
|
||||||
|
min-inline-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-card-summary__title-row > .v-badge {
|
||||||
|
flex-shrink: 0;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary__subtitle,
|
.app-card-summary__subtitle,
|
||||||
.app-card-summary__meta-item {
|
.app-card-summary__meta-item {
|
||||||
min-inline-size: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
min-inline-size: 0;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary__title {
|
.app-card-summary__title {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
flex: 0 0 auto;
|
|
||||||
min-inline-size: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
flex: 0 0 auto;
|
||||||
white-space: normal;
|
|
||||||
word-break: break-word;
|
|
||||||
line-height: 1.35;
|
|
||||||
max-block-size: calc(1.35em * 2);
|
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
line-clamp: 2;
|
line-clamp: 2;
|
||||||
|
line-height: 1.35;
|
||||||
|
max-block-size: calc(1.35em * 2);
|
||||||
|
min-inline-size: 0;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: normal;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary__title-row .app-card-summary__title {
|
.app-card-summary__title-row .app-card-summary__title {
|
||||||
@@ -111,11 +116,11 @@ html.v-overlay-scroll-blocked body {
|
|||||||
|
|
||||||
.app-card-summary__meta {
|
.app-card-summary__meta {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
min-inline-size: 0;
|
|
||||||
min-block-size: 1.5rem;
|
|
||||||
column-gap: 0.5rem;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
align-items: center;
|
||||||
|
column-gap: 0.5rem;
|
||||||
|
min-block-size: 1.5rem;
|
||||||
|
min-inline-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary--single-action .app-card-summary__content {
|
.app-card-summary--single-action .app-card-summary__content {
|
||||||
@@ -150,10 +155,10 @@ html.v-overlay-scroll-blocked body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
pointer-events: none;
|
|
||||||
filter: brightness(1.35) saturate(1.05);
|
filter: brightness(1.35) saturate(1.05);
|
||||||
inset-block-end: 0.75rem;
|
inset-block-end: 0.75rem;
|
||||||
inset-inline-end: 1rem;
|
inset-inline-end: 1rem;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary--single-action .app-card-summary__media,
|
.app-card-summary--single-action .app-card-summary__media,
|
||||||
@@ -163,12 +168,12 @@ html.v-overlay-scroll-blocked body {
|
|||||||
|
|
||||||
.app-card-summary__image {
|
.app-card-summary__image {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
inline-size: 3.5rem;
|
|
||||||
min-inline-size: 3.5rem;
|
|
||||||
max-inline-size: 3.5rem;
|
|
||||||
block-size: 3.5rem;
|
block-size: 3.5rem;
|
||||||
min-block-size: 3.5rem;
|
inline-size: 3.5rem;
|
||||||
max-block-size: 3.5rem;
|
max-block-size: 3.5rem;
|
||||||
|
max-inline-size: 3.5rem;
|
||||||
|
min-block-size: 3.5rem;
|
||||||
|
min-inline-size: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card-summary__image .v-img__img {
|
.app-card-summary__image .v-img__img {
|
||||||
|
|||||||
Reference in New Issue
Block a user