diff --git a/src/styles/adaptedStyles/articlesPage.scss b/src/styles/adaptedStyles/articlesPage.scss index 3c3d54fe..155eece8 100644 --- a/src/styles/adaptedStyles/articlesPage.scss +++ b/src/styles/adaptedStyles/articlesPage.scss @@ -11,10 +11,6 @@ padding-right: 20px; } - #biliMainHeader { - height: 70px !important; - } - // #region theme color adaption part // Increase the priority of the style inside by writing a non-existent selector in :not() :not(fdjslfds) { diff --git a/src/styles/adaptedStyles/notificationsPage.scss b/src/styles/adaptedStyles/notificationsPage.scss index d0a204aa..9b9ce58d 100644 --- a/src/styles/adaptedStyles/notificationsPage.scss +++ b/src/styles/adaptedStyles/notificationsPage.scss @@ -1,20 +1,11 @@ -#message-navbar { - display: none; - - + .container { - margin-top: 0; - padding-top: 70px; - height: calc(100vh - 70px); - } -} .bewly-design.notificationsPage { #message-navbar { display: none; + .container { margin-top: 0; - padding-top: 70px; - height: calc(100vh - 70px); + padding-top: var(--bew-top-bar-height); + height: calc(100vh - var(--bew-top-bar-height)); &::after { content: ""; diff --git a/src/styles/adaptedStyles/userSpacePage.scss b/src/styles/adaptedStyles/userSpacePage.scss index 13fcf44b..5ca379b9 100644 --- a/src/styles/adaptedStyles/userSpacePage.scss +++ b/src/styles/adaptedStyles/userSpacePage.scss @@ -1,11 +1,3 @@ -#app { - &.owner, - &.fans, - &.visitor { - margin-top: 15px; - } -} - .bewly-design.userSpacePage { .wrapper .edit-video-modal .target-favlist { padding: 12px 36px;