We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555adeb commit a73e169Copy full SHA for a73e169
src/api/ApiIndex.vue
@@ -70,6 +70,7 @@ function slugify(text: string): string {
70
<div class="api-filter">
71
<label for="api-filter">Filter</label>
72
<input
73
+ type="search"
74
placeholder="Enter keyword"
75
id="api-filter"
76
v-model="query"
@@ -184,7 +185,7 @@ h3 {
184
185
.api-filter {
186
display: flex;
187
align-items: center;
- justify-content: space-between;
188
+ justify-content: flex-start;
189
gap: 1rem;
190
}
191
@@ -226,10 +227,6 @@ h3 {
226
227
.header {
228
display: block;
229
-
230
- .api-filter {
231
- justify-content: flex-start;
232
- }
233
234
235
@media (min-width: 768px) {
0 commit comments