File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 488
488
}
489
489
}
490
490
491
+ input .search , button .search {
492
+ font : inherit;
493
+ & : focus {
494
+ outline : none;
495
+ }
496
+ }
497
+
498
+ form .search {
499
+ display : flex;
500
+ grid-column : 2 ;
501
+ }
502
+
503
+ input .search {
504
+ flex-grow : 1 ;
505
+ padding : 0.5em 0.75em ;
506
+ }
507
+
508
+ button .search {
509
+ padding : 0.5em 0.75em ;
510
+ }
511
+
491
512
{{ with .CustomCSS }} {{.}}{{end}}
492
513
</ style >
493
514
Original file line number Diff line number Diff line change 64
64
65
65
{{ if and (or (not .DomainIsPrivate) (.SignedIn)) (or (ne .Domain "public") (.PrivateEnvironment)) }}
66
66
{{ if .Options.ShowSearch}}
67
- < form action ="/{{.Domain}} " method ="get ">
68
- < input type ="text " name ="q " value ="" size =" 35 " placeholder ="Search domain... ">
69
- < input class ="button1 " type ="submit " value ="Search ">
67
+ < form class =" search " action ="/{{.Domain}} " method ="get ">
68
+ < input class =" search " type ="text " name ="q " value ="" placeholder ="Search domain... ">
69
+ < input class ="button1 search " type ="submit " value ="Search ">
70
70
</ form >
71
71
{{ end }}
72
72
You can’t perform that action at this time.
0 commit comments