Improved movie page styling. Fixed parentless channel icon in channel filter.

This commit is contained in:
2024-08-19 22:07:01 +02:00
parent 0ad62a7305
commit becd196b01
4 changed files with 11 additions and 2 deletions

View File

@@ -228,6 +228,7 @@ function updateFilter(prop, value, reload = true) {
<style scoped>
.movies-page {
display: flex;
flex-grow: 1;
background: var(--background-base-10);
}