Scaling page with viewframe on mobile.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user