Fixed add stash in notifications panel. Fixed iframe ads breaking page width. Improved actor and movie tile size in search results.

This commit is contained in:
2024-08-29 17:53:54 +02:00
parent 33e8fbea0b
commit 0909e8d74c
9 changed files with 152 additions and 29 deletions

View File

@@ -715,6 +715,12 @@ function copySummary() {
}
@media(--small-50) {
.date {
font-size: .9rem;
}
}
@media(--small-60) {
.compact-show {
display: flex;
}
@@ -722,9 +728,5 @@ function copySummary() {
.compact-hide {
display: none;
}
.date {
font-size: .9rem;
}
}
</style>

View File

@@ -177,8 +177,8 @@ const query = pageContext.urlParsed.search.q;
.tile,
.movie-tile {
width: 9rem;
min-width: 9rem;
width: 8rem;
min-width: 8rem;
}
}
}