File tree Expand file tree Collapse file tree 2 files changed +29
-15
lines changed Expand file tree Collapse file tree 2 files changed +29
-15
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ nav .container {
44
44
white-space : nowrap;
45
45
}
46
46
47
+ @media screen and (min-width : 500px ) and (max-width : 768px ) {
48
+ .navbar-right {
49
+ float : right!important ;
50
+ }
51
+ }
52
+
47
53
header {
48
54
background-color : # 2196F3 ;
49
55
color : white;
@@ -62,12 +68,12 @@ header .masthead {
62
68
padding-top : 64px ;
63
69
}
64
70
65
- header .masthead . contents {
71
+ header .contents {
66
72
padding : 0 ;
67
73
}
68
74
69
75
@media screen and (max-width : 768px ) {
70
- header .masthead . contents {
76
+ header .contents {
71
77
padding-left : 15px ;
72
78
padding-right : 15px ;
73
79
}
@@ -640,6 +646,12 @@ form.search {
640
646
display : inline;
641
647
}
642
648
649
+ @media screen and (max-width : 500px ) {
650
+ form .search {
651
+ display : none;
652
+ }
653
+ }
654
+
643
655
.typeahead ,
644
656
.tt-query ,
645
657
.tt-hint {
Original file line number Diff line number Diff line change 28
28
< nav class ="navbar navbar-fixed-top ">
29
29
< div class ="container ">
30
30
< div class ="row ">
31
- {{^navLinks.isEmpty}}
32
- < button id ="sidenav-left-toggle " type ="button "> </ button >
33
- {{/navLinks.isEmpty}}
34
- < ol class ="breadcrumbs gt-separated hidden-xs ">
35
- {{#navLinks}}
36
- < li > < a href ="{{href}} "> {{name}}</ a > </ li >
37
- {{/navLinks}}
38
- < li class ="self-crumb "> {{self.name}}</ li >
39
- </ ol >
40
- < div class ="self-name "> {{self.name}}</ div >
41
- < form class ="search navbar-right " role ="search ">
42
- < input type ="text " id ="search-box " disabled class ="form-control typeahead " placeholder ="Search ">
43
- </ form >
31
+ < div class ="col-sm-12 contents ">
32
+ {{^navLinks.isEmpty}}
33
+ < button id ="sidenav-left-toggle " type ="button "> </ button >
34
+ {{/navLinks.isEmpty}}
35
+ < ol class ="breadcrumbs gt-separated hidden-xs ">
36
+ {{#navLinks}}
37
+ < li > < a href ="{{href}} "> {{name}}</ a > </ li >
38
+ {{/navLinks}}
39
+ < li class ="self-crumb "> {{self.name}}</ li >
40
+ </ ol >
41
+ < div class ="self-name "> {{self.name}}</ div >
42
+ < form class ="search navbar-right " role ="search ">
43
+ < input type ="text " id ="search-box " disabled class ="form-control typeahead " placeholder ="Search ">
44
+ </ form >
45
+ </ div > <!-- /col -->
44
46
</ div > <!-- /row -->
45
47
</ div > <!-- /container -->
46
48
</ nav >
You can’t perform that action at this time.
0 commit comments