설정 창 - 버튼위치 및 크기조정

This commit is contained in:
khk 2020-03-27 10:42:43 +09:00
parent 42ddc88c9c
commit 5b36b5dbe2
2 changed files with 6 additions and 9 deletions

View File

@ -1,13 +1,9 @@
.setting-frame {
padding: 16px;
height: 100%;
width: 720px;
height: calc(90vh - 40px);
width: 100%;
position: relative;
.mat-dialog-container {
position: relative;
}
.mat-card-header {
position: relative;
width: 100%;
@ -23,6 +19,7 @@
}
}
.mat-card-content {
position: relative;
flex: 0 0 auto;
display: flex;
align-items: flex-start;

View File

@ -44,9 +44,9 @@ export class Effects {
MessengerSettingsDialogResult
>(MessengerSettingsDialogComponent, {
width: '800px',
maxWidth: '800px',
height: '800px',
minHeight: '800px',
maxWidth: '94vw',
maxHeight: '90vh',
minHeight: '500px',
disableClose: false,
data: {}
});