File tree 3 files changed +13
-1
lines changed
overrides/home-code-examples
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Follow the links below to find out more about this project.
107
107
- [ Documentation] ( https://reactive-python.github.io/reactpy-django )
108
108
- [ GitHub Discussions] ( https://github.com/reactive-python/reactpy-django/discussions )
109
109
- [ Discord] ( https://discord.gg/uNb5P4hA9X )
110
- - [ Contributor Guide] ( https://reactive-python.github.io/reactpy-django/latest/contribute /code/ )
110
+ - [ Contributor Guide] ( https://reactive-python.github.io/reactpy-django/latest/about /code/ )
111
111
- [ Code of Conduct] ( https://github.com/reactive-python/reactpy-django/blob/main/CODE_OF_CONDUCT.md )
112
112
113
113
<!-- resources-end-->
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ <h3>Introducing Quantum Components</h3>
134
134
</ svg >
135
135
</ button >
136
136
</ div >
137
+ < p class ="no-match "> </ p >
137
138
</ div >
138
139
139
140
< script >
@@ -159,6 +160,12 @@ <h3>Introducing Quantum Components</h3>
159
160
}
160
161
document . querySelector ( ".browser-viewport h2" ) . innerText =
161
162
numVids + " Videos" ;
163
+
164
+ if ( search && numVids == 0 ) {
165
+ document . querySelector ( ".browser-viewport .no-match" ) . innerText = `No matches for “${ search } ”` ;
166
+ } else {
167
+ document . querySelector ( ".browser-viewport .no-match" ) . innerText = "" ;
168
+ }
162
169
} ) ;
163
170
</ script >
164
171
</ div >
Original file line number Diff line number Diff line change 31
31
margin : 0.2rem -0.8rem ;
32
32
}
33
33
34
+ [dir = "ltr" ] .md-header__title .md-header__title--active {
35
+ margin : 0 ;
36
+ transition : margin 0.35s ease;
37
+ }
38
+
34
39
/* Mobile Styling */
35
40
@media screen and (max-width : 60em ) {
36
41
label .md-header__button .md-icon [for = "__drawer" ] {
You can’t perform that action at this time.
0 commit comments