mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
Fix transfer history mobile record layout
This commit is contained in:
@@ -1852,6 +1852,8 @@ onUnmounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
/* stylelint-disable selector-pseudo-class-no-unknown */
|
||||||
|
|
||||||
.v-table th {
|
.v-table th {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@@ -1972,6 +1974,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
.transfer-history-mobile-record__poster-wrapper {
|
.transfer-history-mobile-record__poster-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
grid-row: 1 / span 2;
|
||||||
inline-size: 3.5rem;
|
inline-size: 3.5rem;
|
||||||
block-size: 5.25rem;
|
block-size: 5.25rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -2062,12 +2065,14 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.transfer-history-mobile-record__meta {
|
.transfer-history-mobile-record__meta {
|
||||||
grid-column: 1 / -1;
|
grid-column: 2 / -1;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
gap: 0.65rem;
|
gap: 0.65rem;
|
||||||
margin-block-start: 0;
|
margin-block-start: 0;
|
||||||
|
min-inline-size: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user