diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index a79e5ad38..71f67e219 100644 --- a/src/routes/Discover/styles.less +++ b/src/routes/Discover/styles.less @@ -214,7 +214,7 @@ align-self: stretch; width: 29rem; padding: 2rem 2.5rem; - border-radius: var(--border-radius) 0 0 var(--border-radius); + border-radius: var(--border-radius) 0 0 0; background-color: var(--modal-background-color); } } diff --git a/src/routes/MetaDetails/styles.less b/src/routes/MetaDetails/styles.less index 82740275b..d77cc3902 100644 --- a/src/routes/MetaDetails/styles.less +++ b/src/routes/MetaDetails/styles.less @@ -32,7 +32,7 @@ width: 100%; height: 100%; object-fit: cover; - object-position: top left; + object-position: center; opacity: 0.3; } } @@ -102,7 +102,7 @@ .videos-list, .streams-list { flex: 0 0 30rem; align-self: stretch; - border-radius: var(--border-radius) 0 0 var(--border-radius); + border-radius: var(--border-radius) 0 0 0; background-color: rgba(0, 0, 0, 0.4); backdrop-filter: blur(15px); } diff --git a/src/routes/Player/SideDrawer/SideDrawer.less b/src/routes/Player/SideDrawer/SideDrawer.less index e6831a71d..49cd71575 100644 --- a/src/routes/Player/SideDrawer/SideDrawer.less +++ b/src/routes/Player/SideDrawer/SideDrawer.less @@ -18,8 +18,6 @@ max-width: 35rem; overflow-y: auto; position: relative; - border-top-left-radius: var(--border-radius); - border-bottom-left-radius: var(--border-radius); background-color: var(--modal-background-color); box-shadow: 0 1.35rem 2.7rem var(--color-background-dark5-40), 0 1.1rem 0.85rem var(--color-background-dark5-20); backdrop-filter: blur(15px);