This commit is contained in:
ogerly 2023-02-03 08:32:32 +01:00
parent 9497a9cfdc
commit 6d9b813549
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,2 @@
export const SHOW_CONTENT_FILTER_HEADER_MENU = false
export const SHOW_CONTENT_FILTER_MASONRY_GRID = true

View File

@ -149,7 +149,7 @@ export default {
pageSize: 12,
hashtag,
categoriesActive: this.$env.CATEGORIES_ACTIVE,
SHOW_CONTENT_FILTER_MASONRY_GRID
SHOW_CONTENT_FILTER_MASONRY_GRID,
}
},
computed: {
@ -284,9 +284,9 @@ export default {
<style lang="scss">
#my-filter {
background-color: white;
box-shadow: rgb(189 189 189) 1px 9px 15px 1px;
max-height: 480px;
background-color: white;
box-shadow: rgb(189 189 189) 1px 9px 15px 1px;
max-height: 480px;
overflow: auto;
}