Compare commits

..

No commits in common. "2ed91884dfceeedcd1c1fcc6769c2eee17c99d49" and "3dd098584c0748c0e251aa3021a4211c5f6d41b5" have entirely different histories.

View File

@ -24,7 +24,7 @@
</button>
</div>
</div>
<div class="dialog-body" :class="{ hideXScroll: disableXscroll == true, hideYScroll: disableYscroll == true, 'flat-dialog-header': flatDialogHeader == true }">
<div class="dialog-body" :class="{ hideXScroll: disableXscroll == true, hideYScroll: disableYscroll == true, 'flat-dialog-header': flatDialogHeader == true}">
<slot />
<div class="dialog-body-content" v-if="dialogContent" v-html="dialogContent" />
</div>
@ -420,17 +420,12 @@ export default {
flex-grow: 1;
}
.dialog-window.fullscreen
.dialog-body.flat-dialog-header {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.dialog-window.fullscreen .dialog-body.flat-dialog-header {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.dialog-body.hideXScroll {
overflow-x: hidden;
}
@ -498,11 +493,6 @@ export default {
border-top-right-radius: 0;
}
.dialog-body.flat-dialog-header {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.dialog-window.playing {
margin-bottom: 60px;
height: calc(100% - 60px);