mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-14 19:34:57 +02:00
Settings content updates
This commit is contained in:
parent
c62a1dfff0
commit
53f73e1201
7 changed files with 13 additions and 15 deletions
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p v-if="description" id="description" class="mb-6 text-gray-200" v-html="description" />
|
||||
<p v-if="description" id="settings-description" class="mb-6 text-gray-200" v-html="description" />
|
||||
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
@ -24,21 +24,21 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
clicked() {
|
||||
this.$emit('clicked');
|
||||
this.$emit('clicked')
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#description a {
|
||||
#settings-description a {
|
||||
color: rgb(96 165 250);
|
||||
}
|
||||
#description a:hover {
|
||||
#settings-description a:hover {
|
||||
color: rgb(147 197 253);
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
#description code {
|
||||
#settings-description code {
|
||||
font-size: 0.875rem;
|
||||
border-radius: 6px;
|
||||
background-color: rgb(82, 82, 82);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue