Compare commits

..

No commits in common. "21eaa98de40fece841265160f3e2937eab228aee" and "898b3693dd84c067f359397cbaa6452ac7f12f6c" have entirely different histories.

6 changed files with 4 additions and 36 deletions

View File

@ -304,12 +304,6 @@ function toggleFilters(state) {
line-height: 1.25;
font-size: .9rem;
}
@media (--compact) {
.filter {
border-right: solid 1px var(--shadow-weak-30);
}
}
</style>
<style scoped>
@ -398,7 +392,7 @@ function toggleFilters(state) {
pointer-events: none;
}
@media (--compact) {
@media (max-width: 1200px) {
.filters-container {
display: none;
height: 100%;
@ -415,8 +409,6 @@ function toggleFilters(state) {
}
.filters {
width: 20rem;
border-right: solid 1.5rem var(--background);
overflow-y: auto;
}

4
package-lock.json generated
View File

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

View File

@ -70,5 +70,5 @@
"postcss-custom-media": "^10.0.2",
"postcss-nesting": "^12.0.2"
},
"version": "0.10.7"
"version": "0.10.6"
}

View File

@ -261,10 +261,4 @@ function updateFilter(prop, value, reload = true) {
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
gap: .25rem;
}
@media(--small-40) {
.actors {
grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
}
}
</style>

View File

@ -122,16 +122,4 @@ const sections = [
width: 100%;
object-fit: contain;
}
@media(--small-30) {
.networks {
grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}
}
@media(--small-50) {
.networks {
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
}
</style>

View File

@ -461,10 +461,4 @@ function updateFilter(prop, value, reload = true) {
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
}
}
@media(--small-50) {
.movies {
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
}
}
</style>