fix round corners #36

Merged
artem merged 1 commits from dev into main 2023-11-05 18:38:59 +01:00
Showing only changes of commit 37e4856cdc - Show all commits

View File

@ -420,12 +420,17 @@ 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;
}
@ -493,6 +498,11 @@ 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);