Flex-wrap for filter stats

This commit is contained in:
narcolepticinsomniac 2018-07-03 04:38:53 -04:00 committed by GitHub
parent 5a60a5ed58
commit e2d027d053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">