Skip to content

Commit

Permalink
Merge branch 'preview-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Nov 24, 2023
2 parents 51033d9 + 8127ca2 commit 8dcba98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions registry/lib/components/style/custom-navbar/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const entry: ComponentEntry = async ({ metadata: { name } }) => {
const globalFixedExclude = [
'https://space.bilibili.com',
'https://www.bilibili.com/read',
'https://www.bilibili.com/opus',
'https://www.bilibili.com/account/history',
]
if (!globalFixedExclude.some(p => matchUrlPattern(p))) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ body:not(.history-page) #biliMainHeader:not(.z-top-container),
body.history-page #biliMainHeader:not(.z-top-container) {
height: auto;
}
.link-top-container#tab-container,
.fixed-author-header {
.link-top-container#tab-container {
top: var(--navbar-height) !important;
}
.bili-feed4 .header-channel{
Expand Down

0 comments on commit 8dcba98

Please sign in to comment.