Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

🔀 Fix vertical sidebar in fullscreen #197

Merged
merged 2 commits into from
Jan 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/browser/themes/pulse/vertical_tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
display: none;
}

#navigator-toolbox-background[verticaltabs='true'] #titlebar {
display: none;
}

#browser #TabsToolbar {
background-color: -moz-Dialog;
max-width: 350px;
Expand Down Expand Up @@ -94,3 +98,7 @@
16px + 2 * var(--inline-tab-padding) + 2 * var(--tab-block-margin)
);
}

:root[sizemode='fullscreen'] #browser #TabsToolbar {
display: none;
}