[web] Remove unnecessary CSS styles

This commit is contained in:
Alain Nussbaumer 2023-12-09 10:46:30 +01:00
parent 54884c6870
commit 8733eb46f1
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<content-with-hero>
<template #heading-left>
<h1 class="title is-5" v-text="album.name" />
<h2 class="subtitle is-6 has-text-link has-text-weight-normal">
<h2 class="subtitle is-6 has-text-link">
<a class="has-text-link" @click="open_artist" v-text="album.artist" />
</h2>
<div class="buttons fd-is-centered-mobile mt-5">

View File

@ -3,7 +3,7 @@
<content-with-hero>
<template #heading-left>
<h1 class="title is-5" v-text="album.name" />
<h2 class="subtitle is-6 has-text-link has-text-weight-normal">
<h2 class="subtitle is-6 has-text-link">
<a
class="has-text-link"
@click="open_artist"

View File

@ -3,7 +3,7 @@
<content-with-hero>
<template #heading-left>
<h1 class="title is-5" v-text="album.name" />
<h2 class="subtitle is-6 has-text-link has-text-weight-normal">
<h2 class="subtitle is-6 has-text-link">
<a class="has-text-link" @click="open_artist" v-text="album.artist" />
</h2>
<div class="buttons fd-is-centered-mobile mt-5">

View File

@ -3,7 +3,7 @@
<content-with-hero>
<template #heading-left>
<h1 class="title is-5" v-text="album.name" />
<h2 class="subtitle is-6 has-text-weight-normal">&nbsp;</h2>
<h2 class="subtitle is-6">&nbsp;</h2>
<div class="buttons fd-is-centered-mobile mt-5">
<a class="button is-small is-dark is-rounded" @click="play">
<mdicon class="icon" name="play" size="16" />