refactor(AdaptedStyles): remove unnecessary top bar css adjustments

This commit is contained in:
hakadao
2024-06-16 18:37:31 +08:00
parent f1de0d5bfa
commit 647d8bca75
3 changed files with 2 additions and 23 deletions

View File

@@ -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) {

View File

@@ -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: "";

View File

@@ -1,11 +1,3 @@
#app {
&.owner,
&.fans,
&.visitor {
margin-top: 15px;
}
}
.bewly-design.userSpacePage {
.wrapper .edit-video-modal .target-favlist {
padding: 12px 36px;