mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Revert "[AAE-4637] Fix varying height of dialog when clicking on the Upload from your device tab (#6690)" (#6764)
This reverts commit e96617a676
.
This commit is contained in:
@@ -10,27 +10,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.mat-tab-body-wrapper {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.mat-tab-body-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
adf-upload-drag-area {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.adf-upload-dialog {
|
||||
|
||||
&__content {
|
||||
max-height: unset;
|
||||
max-height: 64%;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: unset;
|
||||
@@ -38,15 +23,12 @@
|
||||
}
|
||||
|
||||
.adf-upload-dialog-container {
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
height: 456px;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-content-node-selector-dialog {
|
||||
&-content {
|
||||
height: 465px;
|
||||
max-height: 80vh;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user