hide header in artist dialog
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Artem Anufrij 2023-10-04 22:49:06 +02:00
parent 426a024564
commit c2659f4c85

View File

@ -1,10 +1,10 @@
<template>
<DialogBase ref="dialogWindow" id="dialogWindow" :title="selectedArtist.name" @canceled="closed" :showFooter="false" :showFullscreenButton="true" :disableXscroll="true" :disableYscroll="true">
<DialogBase ref="dialogWindow" id="dialogWindow" :title="selectedArtist.name" @canceled="closed" :showFooter="false" :showHeader="false" :showFullscreenButton="true" :disableXscroll="true" :disableYscroll="true">
<div id="artistViewer">
<div id="header" class="flex-column">
<div id="background" :style="coverBackground" />
<div id="title" class="flex-column ma">
<h1>
<div id="title" class="flex-column ma-left ma-right pa-bottom">
<h1 class="">
{{ selectedArtist.name }}
</h1>
<span id="stats" class="ma-bottom">