Skip to content

Commit

Permalink
fix: do not apply header bar adjustments to web viewer tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 20, 2024
1 parent f8a5728 commit edefc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/4-user-interface/header-bar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body:not(.normal-header-bar, .is-mobile) .workspace-leaf-content {
body:not(.normal-header-bar, .is-mobile) .workspace-leaf-content:not([data-type="browser"]) {
/* the shading at the end of the header */
& .view-header-title-container::after {
display: none;
Expand Down Expand Up @@ -51,7 +51,7 @@ body:not(.normal-header-bar, .is-mobile) .workspace-leaf-content {
}
}

/* adjustments for PDFs */
/* adjustments for PDFs */
&.workspace-leaf-content[data-type="pdf"] {
& .view-header-title-container {
right: 0.7rem;
Expand Down

0 comments on commit edefc4c

Please sign in to comment.