Skip to content
Snippets Groups Projects

Fix overlapping buttons in Theme settings

All threads resolved!
6 files
+ 56
29
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -378,6 +378,11 @@ export default {
// To separate from other random JSON files and possible future source formats
_pleroma_theme_version: 2, theme, source
}
},
isActive () {
const tabSwitcher = this.$parent
console.log(this.$parent)
return tabSwitcher ? tabSwitcher.isActive('theme') : false
}
},
components: {
Loading