Scaling page with viewframe on mobile.

This commit is contained in:
2024-03-27 16:37:02 +01:00
parent a09bd3e407
commit 35b6c4c33f
3 changed files with 7 additions and 5 deletions

View File

@@ -138,7 +138,7 @@
v-if="scene.url"
:href="scene.url"
target="_blank"
class="button watch nolink"
class="button button-primary watch nolink"
>Watch scene</Link>
</div>
</div>
@@ -459,10 +459,12 @@ const poster = computed(() => {
display: flex;
}
/*
.watch {
background: var(--primary);
color: var(--text-light);
}
*/
.actors,
.tags {