This commit is contained in:
parent
426a024564
commit
c2659f4c85
@ -1,10 +1,10 @@
|
|||||||
<template>
|
<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="artistViewer">
|
||||||
<div id="header" class="flex-column">
|
<div id="header" class="flex-column">
|
||||||
<div id="background" :style="coverBackground" />
|
<div id="background" :style="coverBackground" />
|
||||||
<div id="title" class="flex-column ma">
|
<div id="title" class="flex-column ma-left ma-right pa-bottom">
|
||||||
<h1>
|
<h1 class="">
|
||||||
{{ selectedArtist.name }}
|
{{ selectedArtist.name }}
|
||||||
</h1>
|
</h1>
|
||||||
<span id="stats" class="ma-bottom">
|
<span id="stats" class="ma-bottom">
|
||||||
|
Loading…
Reference in New Issue
Block a user