Compare commits
No commits in common. "8a32febb8ac4ae489fcc2674d44538f093df08df" and "e56f2db42d14fbd3466a7531861486162016cce4" have entirely different histories.
8a32febb8a
...
e56f2db42d
|
@ -19,13 +19,6 @@
|
|||
loading="lazy"
|
||||
class="avatar"
|
||||
>
|
||||
|
||||
<img
|
||||
v-else
|
||||
:src="`/img/avatars/${actor.gender || 'female'}.svg`"
|
||||
loading="lazy"
|
||||
class="fallback"
|
||||
>
|
||||
</Link>
|
||||
|
||||
<Icon
|
||||
|
@ -179,8 +172,6 @@ async function unstash() {
|
|||
.avatar-container {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
background: var(--grey-dark-40);
|
||||
}
|
||||
|
||||
.avatar-link {
|
||||
|
@ -198,14 +189,6 @@ async function unstash() {
|
|||
background-position: center 0;
|
||||
}
|
||||
|
||||
.fallback {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
opacity: .1;
|
||||
}
|
||||
|
||||
.icon.heart {
|
||||
width: 2rem;
|
||||
height: 1.5rem;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.3",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
|
|
@ -70,5 +70,5 @@
|
|||
"postcss-custom-media": "^10.0.2",
|
||||
"postcss-nesting": "^12.0.2"
|
||||
},
|
||||
"version": "0.12.4"
|
||||
"version": "0.12.3"
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 23 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 23 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 55 KiB |
|
@ -7,14 +7,7 @@ import postCssCustomMedia from 'postcss-custom-media';
|
|||
|
||||
export default {
|
||||
plugins: [
|
||||
vue({
|
||||
template: {
|
||||
transformAssetUrls: {
|
||||
base: null,
|
||||
includeAbsolute: false,
|
||||
},
|
||||
},
|
||||
}),
|
||||
vue(),
|
||||
vike({
|
||||
redirects: {
|
||||
'/': '/updates',
|
||||
|
|
Loading…
Reference in New Issue