From 4bd283f5dffaf5b6487f10eef1d2b30b3d8c7aae Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 26 Jan 2025 03:56:52 +0800 Subject: [PATCH] chore: tweak styles --- .../adaptedStyles/pages/watchLaterPage.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/styles/adaptedStyles/pages/watchLaterPage.scss b/src/styles/adaptedStyles/pages/watchLaterPage.scss index cc108003..a9777666 100644 --- a/src/styles/adaptedStyles/pages/watchLaterPage.scss +++ b/src/styles/adaptedStyles/pages/watchLaterPage.scss @@ -1,4 +1,19 @@ .bewly-design.watchLaterPage { + // #region new watch later page + + .watchlater-list-nav.fixed { + background-color: var(--bew-elevated); + backdrop-filter: var(--bew-filter-glass-1); + } + + .watchlater-list-nav .breadcrums-nav { + background-color: transparent; + } + + // #endregion + + // #region old watch later page + // #region theme color adaption part // Increase the priority of the style inside by writing a non-existent selector in :not() :not(foobar) { @@ -73,4 +88,6 @@ } } // #endregion + + // #endregion }