From edefc4ca4e4cb693d7d1576c90652d9285f91eeb Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:20:41 +0100 Subject: [PATCH] fix: do not apply header bar adjustments to web viewer tabs --- source/4-user-interface/header-bar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/4-user-interface/header-bar.css b/source/4-user-interface/header-bar.css index 2ca9bcc4..3683c623 100644 --- a/source/4-user-interface/header-bar.css +++ b/source/4-user-interface/header-bar.css @@ -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; @@ -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;