mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 08:24:48 +00:00
change style for remove filter
This commit is contained in:
parent
6c5f042fb9
commit
ede699855c
@ -15,12 +15,13 @@
|
||||
<base-button
|
||||
class="my-filter-button"
|
||||
v-if="!postsFilter['categories_some'] && !postsFilter['author']"
|
||||
:icon="filterButtonIcon"
|
||||
right
|
||||
@click="showFilter = !showFilter"
|
||||
filled
|
||||
>
|
||||
{{ $t('contribution.filterMasonryGrid.noFilter') }}
|
||||
|
||||
<base-icon class="my-filter-button" :name="filterButtonIcon"></base-icon>
|
||||
</base-button>
|
||||
<!-- <ds-button
|
||||
class="my-filter-button"
|
||||
@ -44,7 +45,7 @@
|
||||
@click="resetCategories"
|
||||
icon="close"
|
||||
title="Filter löschen"
|
||||
style="margin-left: -6px"
|
||||
style="margin-left: -8px"
|
||||
filled
|
||||
/>
|
||||
|
||||
@ -66,7 +67,7 @@
|
||||
@click="resetByFollowed"
|
||||
icon="close"
|
||||
title="Filter löschen"
|
||||
style="margin-left: -6px"
|
||||
style="margin-left: -8px"
|
||||
filled
|
||||
/>
|
||||
|
||||
@ -343,7 +344,7 @@ export default {
|
||||
}
|
||||
.filterButtonMenu {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
z-index: 6;
|
||||
margin-top: -35px;
|
||||
padding: 20px 10px 5px 10px;
|
||||
border-radius: 7px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user