Compare commits

..

No commits in common. "327b24e61f732933d47c3dfc3fc9b5d29f71be9e" and "a09bd3e407b2de1e83a6a6281420e25fd01f4f04" have entirely different histories.

5 changed files with 8 additions and 10 deletions

View File

@ -31,14 +31,14 @@
border-radius: .25rem;
background: var(--background);
box-shadow: 0 0 3px var(--shadow-weak-30);
color: var(--shadow-strong-20);
color: var(--shadow-strong-30);
font-size: .9rem;
font-weight: bold;
.icon {
height: auto;
padding: 0 .75rem 0 .25rem;
fill: var(--shadow-strong-10);
fill: var(--shadow-strong-20);
}
&:hover {
@ -80,7 +80,7 @@
justify-content: center;
&:hover:not(:disabled) {
background: var(--primary-dark-10);
background: var(--primary);
}
&:disabled {

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.17.5",
"version": "0.17.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.17.5",
"version": "0.17.4",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -72,5 +72,5 @@
"postcss-custom-media": "^10.0.2",
"postcss-nesting": "^12.0.2"
},
"version": "0.17.5"
"version": "0.17.4"
}

View File

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

View File

@ -63,7 +63,7 @@ async function onRenderHtml(pageContext) {
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#f65596">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="${desc}" />
<title>${title}</title>