diff --git a/client/src/components/Watch/Header.vue b/client/src/components/Watch/Header.vue index 456655cf..f82f190f 100644 --- a/client/src/components/Watch/Header.vue +++ b/client/src/components/Watch/Header.vue @@ -3,7 +3,8 @@ - + @@ -149,6 +150,7 @@ export default defineComponent({ flex-shrink: 0; width: 64px; height: 36px; + margin-right: 18px; border-radius: 5px; background: linear-gradient(150deg, var(--v-gray-base), var(--v-background-lighten2)); object-fit: cover; @@ -157,20 +159,22 @@ export default defineComponent({ @include tablet-vertical { width: 48px; height: 28px; + margin-right: 12px; border-radius: 4px; } @include smartphone-horizontal { width: 36px; height: 28px; + margin-right: 12px; border-radius: 4px; } @include smartphone-vertical { display: none; + margin-right: 0px; } } .watch-header__program-title { - margin-left: 18px; font-size: 18px; font-weight: bold; font-feature-settings: "palt" 1; // 文字詰め @@ -180,15 +184,12 @@ export default defineComponent({ text-overflow: ellipsis; @include tablet-vertical { - margin-left: 12px; font-size: 16px; } @include smartphone-horizontal { - margin-left: 12px; font-size: 16px; } @include smartphone-vertical { - margin-left: 0px; font-size: 14px; } } diff --git a/client/src/components/Watch/Panel/RecordedProgram.vue b/client/src/components/Watch/Panel/RecordedProgram.vue index da9dc4db..32db9df4 100644 --- a/client/src/components/Watch/Panel/RecordedProgram.vue +++ b/client/src/components/Watch/Panel/RecordedProgram.vue @@ -20,7 +20,7 @@
コメント数: - {{'--'}} コメ + {{'--'}}