Compare commits

..

No commits in common. "0ca847a87802f4f16fdc54b2b1c21ca5664ec813" and "24a4bd520475bbf5bf4ff39ad5e9c64cd511fcae" have entirely different histories.

4 changed files with 4 additions and 12 deletions

View File

@ -265,7 +265,6 @@ function updateFilter(prop, value, reload = true) {
.page {
min-height: 100%;
display: flex;
flex-grow: 1;
align-items: stretch;
background: var(--background-base-10);
}

4
package-lock.json generated
View File

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

View File

@ -78,5 +78,5 @@
"postcss-custom-media": "^10.0.2",
"postcss-nesting": "^12.0.2"
},
"version": "0.27.4"
"version": "0.27.3"
}

View File

@ -1,5 +1,5 @@
<template>
<div class="page">
<div>
<Actors />
</div>
</template>
@ -7,10 +7,3 @@
<script setup>
import Actors from '#/components/actors/actors.vue';
</script>
<style scoped>
.page {
display: flex;
flex-grow: 1;
}
</style>