mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
[web] Change HTML elements to simplify styling
This commit is contained in:
parent
5a6474b10f
commit
8b634ea4ff
@ -18,7 +18,7 @@
|
|||||||
<!-- Left side -->
|
<!-- Left side -->
|
||||||
<div class="level-left">
|
<div class="level-left">
|
||||||
<div class="level-item">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<!-- Right side -->
|
<!-- Right side -->
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<tabs-settings />
|
<tabs-settings />
|
||||||
<content-with-heading>
|
<content-with-heading>
|
||||||
<template #heading-left>
|
<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>
|
||||||
<template #content>
|
<template #content>
|
||||||
<!-- Paring request active -->
|
<!-- Paring request active -->
|
||||||
@ -41,7 +41,7 @@
|
|||||||
</content-with-heading>
|
</content-with-heading>
|
||||||
<content-with-heading>
|
<content-with-heading>
|
||||||
<template #heading-left>
|
<template #heading-left>
|
||||||
<div
|
<p
|
||||||
class="title is-4"
|
class="title is-4"
|
||||||
v-text="$t('page.settings.devices.speaker-pairing')"
|
v-text="$t('page.settings.devices.speaker-pairing')"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user