More improvements

This commit is contained in:
WardPearce
2025-11-07 16:21:54 +13:00
parent 1f44b74480
commit 60cab08f15
2 changed files with 7 additions and 7 deletions
@@ -482,4 +482,10 @@
color: var(--on-surface);
border-radius: 0.75rem;
}
@media only screen and (max-width: 993px) {
.pip {
width: 100%;
}
}
</style>
@@ -363,7 +363,7 @@
<title>{data.video.title}</title>
</svelte:head>
<div class="grid">
<div class="grid no-padding">
<div class={`s12 m12 l${theatreMode ? '12' : '9'}`}>
<div style="display: flex;justify-content: center;">
{#if data.video.premiereTimestamp}
@@ -702,12 +702,6 @@
}
}
@media screen and (max-width: 1646px) {
.grid {
padding: 0;
}
}
@media only screen and (max-width: 993px) {
.recommended {
margin-top: 0;