mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-04 10:05:20 +02:00
Fix margins
This commit is contained in:
parent
69e2324d6e
commit
33cfa3f62d
8 changed files with 70 additions and 6 deletions
|
@ -21,4 +21,13 @@ export default {
|
|||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -92,3 +92,12 @@ export default {
|
|||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -36,4 +36,13 @@ export default {
|
|||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -40,4 +40,13 @@ export default {
|
|||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -112,4 +112,13 @@ export default {
|
|||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -86,3 +86,12 @@ export default {
|
|||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -48,4 +48,13 @@ export default {
|
|||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
p {
|
||||
margin: 0px;
|
||||
}
|
||||
img {
|
||||
margin: 0px;
|
||||
}
|
||||
</style>
|
|
@ -4,7 +4,8 @@ module.exports = {
|
|||
content: [
|
||||
'./pages/**/*.{html,js,vue}',
|
||||
'./components/**/*.{html,js,vue}',
|
||||
'./layouts/**/*.{html,js,vue}'
|
||||
'./layouts/**/*.{html,js,vue}',
|
||||
'./content/**/*.{md,vue}'
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue