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_HEADER_MENU = false
export const SHOW_CONTENT_FILTER_MASONRY_GRID = true export const SHOW_CONTENT_FILTER_MASONRY_GRID = true

View File

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