mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint
This commit is contained in:
parent
9497a9cfdc
commit
6d9b813549
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user