Skip to content

Commit

Permalink
Tweaks: Remove unused tab bar CSS (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Jan 1, 2024
1 parent 79aea52 commit 5b409a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/tweaks/unsticky_tab_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ const styleElement = buildStyle(`
top: 0 !important;
transition: none !important;
}
${keyToCss('post')} ${keyToCss('stickyContainer')} > ${keyToCss('avatar')} {
--dashboard-tabs-header-height: 0px !important;
}
`);

export const main = async () => document.documentElement.append(styleElement);
Expand Down

0 comments on commit 5b409a8

Please sign in to comment.