Flex-wrap for filter stats
This commit is contained in:
parent
5a60a5ed58
commit
e2d027d053
20
manage.html
20
manage.html
|
@ -176,14 +176,18 @@
|
||||||
<div class="settings-column">
|
<div class="settings-column">
|
||||||
<details id="filters" data-pref="manage.filters.expanded">
|
<details id="filters" data-pref="manage.filters.expanded">
|
||||||
<summary>
|
<summary>
|
||||||
<h2 i18n-text="manageFilters">: <span id="filters-stats"></span></h2>
|
<h2 i18n-text="manageFilters">:
|
||||||
<a id="reset-filters" href="#" tabindex="0">
|
<div class="filter-stats-wrapper">
|
||||||
<svg class="svg-icon" viewBox="0 0 20 20">
|
<span id="filters-stats"></span>
|
||||||
<title i18n-text="genericResetLabel"></title>
|
<a id="reset-filters" href="#" tabindex="0">
|
||||||
<polygon points="16.2,5.5 14.5,3.8 10,8.3 5.5,3.8 3.8,5.5 8.3,10 3.8,14.5
|
<svg class="svg-icon" viewBox="0 0 20 20">
|
||||||
5.5,16.2 10,11.7 14.5,16.2 16.2,14.5 11.7,10 "/>
|
<title i18n-text="genericResetLabel"></title>
|
||||||
</svg>
|
<polygon points="16.2,5.5 14.5,3.8 10,8.3 5.5,3.8 3.8,5.5 8.3,10 3.8,14.5
|
||||||
</a>
|
5.5,16.2 10,11.7 14.5,16.2 16.2,14.5 11.7,10 "/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</h2>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
<div class="filter-selection">
|
<div class="filter-selection">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user