grav-svelte 0.0.88 → 0.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114,13 +114,12 @@
|
|
|
114
114
|
.filter-group {
|
|
115
115
|
display: inline-flex;
|
|
116
116
|
gap: 0.5rem;
|
|
117
|
-
padding: 0.5rem;
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
@media (min-width: 640px) {
|
|
121
120
|
.filter-group {
|
|
122
121
|
padding: 0;
|
|
123
|
-
gap: 0.
|
|
122
|
+
gap: 0.5rem;
|
|
124
123
|
margin-right: 0.5rem;
|
|
125
124
|
}
|
|
126
125
|
}
|
|
@@ -177,9 +177,6 @@
|
|
|
177
177
|
</button>
|
|
178
178
|
</Tooltip>
|
|
179
179
|
{/if}
|
|
180
|
-
</div>
|
|
181
|
-
<!-- Show Filters Button -->
|
|
182
|
-
<div class="filter-group" role="group">
|
|
183
180
|
{#if Filtros && Filtros.length > 0}
|
|
184
181
|
{#if showFilters}
|
|
185
182
|
<Tooltip text="Ver filtros">
|
|
@@ -215,6 +212,9 @@
|
|
|
215
212
|
</Tooltip>
|
|
216
213
|
{/if}
|
|
217
214
|
</div>
|
|
215
|
+
<!-- Show Filters Button -->
|
|
216
|
+
<div class="filter-group" role="group">
|
|
217
|
+
</div>
|
|
218
218
|
|
|
219
219
|
|
|
220
220
|
</div>
|