[web] Replace custom CSS styles with standard Bulma styles

Standard Bulma styles are now used over custom styles.
This commit is contained in:
Alain Nussbaumer
2023-07-01 09:48:38 +02:00
parent efe5f24049
commit 60f1c84a21
11 changed files with 15 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
<div class="card">
<div class="card-content">
<p class="title is-4" v-text="$t('dialog.add.stream.title')" />
<form class="fd-has-margin-bottom" @submit.prevent="play">
<form class="mb-5" @submit.prevent="play">
<div class="field">
<p class="control is-expanded has-icons-left">
<input

View File

@@ -10,7 +10,7 @@
:artwork_url="album.artwork_url"
:artist="album.artist"
:album="album.name"
class="fd-has-shadow fd-has-margin-bottom fd-cover fd-cover-normal-image"
class="fd-has-shadow fd-cover fd-cover-normal-image mb-5"
/>
<p class="title is-4">
<a

View File

@@ -7,7 +7,7 @@
<div class="card">
<div class="card-content">
<p class="title is-4" v-text="$t('dialog.playlist.save.title')" />
<form class="fd-has-margin-bottom" @submit.prevent="save">
<form class="mb-5" @submit.prevent="save">
<div class="field">
<p class="control is-expanded has-icons-left">
<input

View File

@@ -1,6 +1,6 @@
<template>
<nav
class="fd-top-navbar navbar is-light is-fixed-top"
class="navbar is-light is-fixed-top"
:style="zindex"
role="navigation"
aria-label="main navigation"

View File

@@ -10,7 +10,7 @@
:artwork_url="artwork_url"
:artist="album.artist"
:album="album.name"
class="fd-has-shadow fd-has-margin-bottom fd-cover fd-cover-normal-image"
class="fd-has-shadow fd-cover fd-cover-normal-image mb-5"
@load="artwork_loaded"
@error="artwork_error"
/>