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