설정 창 - 버튼위치 및 크기조정
This commit is contained in:
parent
42ddc88c9c
commit
5b36b5dbe2
|
@ -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;
|
||||
|
|
|
@ -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: {}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user