[web] Change HTML elements to simplify styling
This commit is contained in:
parent
5a6474b10f
commit
8b634ea4ff
|
@ -18,7 +18,7 @@
|
|||
<!-- Left side -->
|
||||
<div class="level-left">
|
||||
<div class="level-item">
|
||||
<h2 class="title is-5" v-text="$t('page.about.library')" />
|
||||
<p class="title is-5" v-text="$t('page.about.library')" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- Right side -->
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<tabs-settings />
|
||||
<content-with-heading>
|
||||
<template #heading-left>
|
||||
<div class="title is-4" v-text="$t('page.settings.devices.pairing')" />
|
||||
<p class="title is-4" v-text="$t('page.settings.devices.pairing')" />
|
||||
</template>
|
||||
<template #content>
|
||||
<!-- Paring request active -->
|
||||
|
@ -41,7 +41,7 @@
|
|||
</content-with-heading>
|
||||
<content-with-heading>
|
||||
<template #heading-left>
|
||||
<div
|
||||
<p
|
||||
class="title is-4"
|
||||
v-text="$t('page.settings.devices.speaker-pairing')"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue