File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 42
42
--c-color_project-name-listing_private-icon_background : var (
43
43
--color-blue-3-25pct
44
44
);
45
+ height : var (--c-height_page-header );
45
46
}
46
47
47
48
.page-header .navigation {
109
110
flex-direction : row;
110
111
gap : 0 ;
111
112
align-items : center;
113
+ height : var (--c-height_page-header );
112
114
}
113
115
114
116
.page-header .navigation .nav-item {
138
140
width : 100% ;
139
141
padding : 0.5rem ;
140
142
justify-content : flex-start;
141
- height : 2rem ;
142
143
border-radius : var (--border-radius-base );
143
144
white-space : nowrap;
144
145
}
174
175
padding : 0 1rem 0 0 ;
175
176
}
176
177
178
+ .page-header .page-header_page-context .project-name-listing ,
179
+ .page-header .page-header_page-context {
180
+ height : calc (var (--c-height_page-header ) / 2 );
181
+ }
182
+
177
183
.page-header .page-header_page-context ,
178
184
.page-header .navigation .nav-item {
179
185
padding : 0 1rem ;
You can’t perform that action at this time.
0 commit comments