File tree 5 files changed +9
-4
lines changed
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ onMounted(() => {
286
286
<NSkeleton
287
287
v-else
288
288
class =" show-title-skeleton"
289
- style =" width : var (--half-height )"
289
+ style =" width : min ( var (--half-width ), var ( -- height-70-dvh ) )"
290
290
round
291
291
/>
292
292
@@ -323,6 +323,7 @@ onMounted(() => {
323
323
324
324
<style lang="scss" scoped>
325
325
.panel-container {
326
+ // everything under the poster
326
327
& > div :nth-child (n + 3 ) {
327
328
@media (width > 1200px ) {
328
329
max-width : min (var (--half-width ), var (--height-70-dvh ));
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ defineProps({
28
28
<AnchorLink v-if =" title" class =" title" :href =" url" :title =" label" :component =" NH4" >
29
29
{{ title }}
30
30
</AnchorLink >
31
- <NSkeleton v-else class =" title-skeleton" style =" width : var (--height -40-dvh )" round />
31
+ <NSkeleton v-else class =" title-skeleton" style =" width : var (--width -40-dvh )" round />
32
32
33
33
<div v-if =" overview" >{{ overview }}</div >
34
34
<NSkeleton v-else style =" width : 100% " :repeat =" 3" :sharp =" false" />
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const titleUrl = computed(() => {
82
82
<NSkeleton
83
83
v-else
84
84
class =" show-title-skeleton"
85
- style =" width : var (--half-height )"
85
+ style =" width : min ( var (--half-width ), var ( -- height-70-dvh ) )"
86
86
round
87
87
/>
88
88
@@ -96,6 +96,7 @@ const titleUrl = computed(() => {
96
96
97
97
<style lang="scss" scoped>
98
98
.panel-container {
99
+ // everything under the posters
99
100
& > div :nth-child (n + 3 ) {
100
101
@media (width > 1200px ) {
101
102
max-width : min (var (--half-width ), var (--height-70-dvh ));
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ onMounted(() => {
425
425
<NSkeleton
426
426
v-else
427
427
class =" show-title-skeleton"
428
- style =" width : var (--half-height )"
428
+ style =" width : min ( var (--half-width ), var ( -- height-70-dvh ) )"
429
429
round
430
430
/>
431
431
@@ -492,6 +492,7 @@ onMounted(() => {
492
492
493
493
<style lang="scss" scoped>
494
494
.panel-container {
495
+ // everything under the poster
495
496
& > div :nth-child (n + 3 ) {
496
497
@media (width > 1200px ) {
497
498
max-width : min (var (--half-width ), var (--height-70-dvh ));
Original file line number Diff line number Diff line change 15
15
/* * width */
16
16
--full-width : 100 dvw;
17
17
--half-width : 50 dvw;
18
+ --width-40-dvh : 40 dvw;
19
+ --width-70-dvh : 70 dvw;
18
20
19
21
/* font variables */
20
22
--font-size-xxs : 0.625rem ;
You can’t perform that action at this time.
0 commit comments