There was an error while loading. Please reload this page.
1 parent 1641c66 commit a8ddab6Copy full SHA for a8ddab6
1 file changed
app/components/primer/open_project/page_header.pcss
@@ -84,17 +84,14 @@
84
flex: 1 1 auto;
85
}
86
87
-.PageHeader--noBreadcrumb .PageHeader-contextBar {
88
- display: none;
89
-}
90
-
91
-/* Keep it visible on smaller */
92
-@media (max-width: 543.98px) {
+/* Hide the context bar on desktop when no breadcrumb is visible */
+@media screen and (min-width: 543.98px) {
93
.PageHeader--noBreadcrumb .PageHeader-contextBar {
94
- display: flex;
+ display: none;
95
96
97
+/* Match the title bar height with the toggle menu button for proper vertical alignment */
98
.PageHeader--noBreadcrumb .PageHeader-titleBar {
99
height: var(--control-small-size);
100
0 commit comments