File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1659,6 +1659,13 @@ nav#main .searchform {
1659
1659
padding : 0 ;
1660
1660
border-radius : 20px ;
1661
1661
position : relative;
1662
+ text-shadow : none;
1663
+ }
1664
+
1665
+ /* Increase invisible click area to focus search field */
1666
+ .searchform label {
1667
+ width : 100% ;
1668
+ display : block;
1662
1669
}
1663
1670
1664
1671
nav # main .searchform input {
Original file line number Diff line number Diff line change 1
1
/* Custom DocSeach CSS to adapt the generic one * See https://community.algolia.com/docsearch/styling.html for more info */
2
- nav # main .searchform {
3
- text-shadow : none;
4
- }
5
2
6
- .searchform label {
7
- width : 100% ;
8
- display : block;
9
- }
10
3
11
4
.algolia-autocomplete {
12
5
width : 99% ;
Original file line number Diff line number Diff line change 18
18
<meta name="viewport" content="width=device-width">
19
19
20
20
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri (); ?> /i/favicon.ico">
21
- <link rel="stylesheet" href="<?php echo get_template_directory_uri (); ?> /css/base.css?v=4 ">
21
+ <link rel="stylesheet" href="<?php echo get_template_directory_uri (); ?> /css/base.css?v=5 ">
22
22
<link rel="stylesheet" href="<?php bloginfo ( 'stylesheet_url ' ); ?> ?v=2">
23
23
24
24
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
You can’t perform that action at this time.
0 commit comments