mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-01 01:51:18 +01:00
mobile fix for acp searches
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="row dashboard px-lg-4">
|
||||
<div class="col-8 mx-auto">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<div class="col-12 col-md-8 mx-auto">
|
||||
<div class="d-flex flex-wrap gap-3 justify-content-between align-items-center mb-3">
|
||||
<form class="d-flex flex-wrap gap-3 align-sm-items-center" method="GET">
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<label class="form-label mb-0" for="start">[[admin/dashboard:start]]</label>
|
||||
@@ -14,7 +14,7 @@
|
||||
<button onclick="$('form').submit();return false;"class="btn btn-primary btn-sm" type="submit">[[admin/dashboard:filter]]</button>
|
||||
</div>
|
||||
</form>
|
||||
<button id="clear-search-history" class="btn btn-sm btn-light"><i class="fa fa-trash text-danger"></i> [[admin/dashboard:clear-search-history]]</button>
|
||||
<button id="clear-search-history" class="btn btn-sm btn-light text-nowrap"><i class="fa fa-trash text-danger"></i> [[admin/dashboard:clear-search-history]]</button>
|
||||
</div>
|
||||
|
||||
<table class="table table-sm text-sm search-list w-100">
|
||||
|
||||
Reference in New Issue
Block a user