File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,12 @@ div.nav-container {
99
99
}
100
100
101
101
form .landing-search-form-nav {
102
- max- width : 1200 px ;
102
+ width : 100 % ;
103
103
height : 100% ;
104
104
display : flex ;
105
105
flex-direction : row ;
106
106
107
107
#search-input-nav {
108
- max-width : 150px ;
109
108
display : none ;
110
109
border-left : 1px solid var (--color-border );
111
110
height : 100% ;
@@ -127,7 +126,7 @@ div.nav-container {
127
126
128
127
input , select {
129
128
border : none ;
130
- margin : 0 1 em 0 0 ;
129
+ margin : 0 ;
131
130
font-size : 12.8px ;
132
131
box-shadow : none ;
133
132
background-color : var (--color-background );
@@ -268,13 +267,6 @@ div.nav-container {
268
267
& .not-latest.yanked {
269
268
$medium-width : 1191px ;
270
269
271
- // Because this message is very long, steal some additional space from the search input
272
- #search-input-nav {
273
- @media screen and (min-width : #{$medium-width } ) {
274
- max-width : 150px ;
275
- }
276
- }
277
-
278
270
@include navbar-menu-labels ($medium-width , $full-width , $show-full : false);
279
271
}
280
272
}
You can’t perform that action at this time.
0 commit comments