From 450229a40feaa875a132c0f9b04e7b4cc4b6d279 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Tue, 28 Apr 2026 11:48:06 +0300 Subject: [PATCH] restore --- src/routes/Discover/styles.less | 2 +- src/routes/MetaDetails/styles.less | 2 +- src/routes/Player/SideDrawer/SideDrawer.less | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index 71f67e219..a79e5ad38 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 0; + border-radius: var(--border-radius) 0 0 var(--border-radius); background-color: var(--modal-background-color); } } diff --git a/src/routes/MetaDetails/styles.less b/src/routes/MetaDetails/styles.less index f666f0dd7..866e0b64e 100644 --- a/src/routes/MetaDetails/styles.less +++ b/src/routes/MetaDetails/styles.less @@ -102,7 +102,7 @@ .videos-list, .streams-list { flex: 0 0 30rem; align-self: stretch; - border-radius: var(--border-radius) 0 0 0; + border-radius: var(--border-radius) 0 0 var(--border-radius); 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 318765dcb..31168db22 100644 --- a/src/routes/Player/SideDrawer/SideDrawer.less +++ b/src/routes/Player/SideDrawer/SideDrawer.less @@ -18,6 +18,8 @@ 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);