This commit is contained in:
@@ -231,6 +231,7 @@ body::selection {
|
||||
}
|
||||
|
||||
.header-tools .toolbar input {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
padding: 6px 8px;
|
||||
}
|
||||
|
||||
@@ -38,9 +38,11 @@
|
||||
</nav>
|
||||
</div>
|
||||
<section class="toolbar">
|
||||
<label class="search-control">
|
||||
Search
|
||||
<input id="search-input" type="search" placeholder="Search links" autocomplete="off" aria-label="Search links" />
|
||||
<label>
|
||||
Tag filter
|
||||
<select id="tag-filter">
|
||||
<option value="">All tags</option>
|
||||
</select>
|
||||
</label>
|
||||
<label>
|
||||
Sort
|
||||
@@ -55,11 +57,9 @@
|
||||
<option value="">All users</option>
|
||||
</select>
|
||||
</label>
|
||||
<label>
|
||||
Tag filter
|
||||
<select id="tag-filter">
|
||||
<option value="">All tags</option>
|
||||
</select>
|
||||
<label class="search-control">
|
||||
Search
|
||||
<input id="search-input" type="search" placeholder="Search links" autocomplete="off" aria-label="Search links" />
|
||||
</label>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user