mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-4974] FE - Remove scroll bar from empty "Upload from your device" list (#7049)
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
</mat-tab>
|
||||
<mat-tab *ngIf="canPerformLocalUpload()"
|
||||
[disabled]="isNotAllowedToUpload()">
|
||||
<div class="adf-content-node-selector-local-upload-container">
|
||||
<div class="adf-content-node-selector-local-upload-header">
|
||||
<adf-toolbar>
|
||||
<adf-toolbar-title>
|
||||
<adf-dropdown-breadcrumb
|
||||
@@ -54,6 +56,8 @@
|
||||
matTooltip="{{ getWarningMessage() | translate }}">info
|
||||
</mat-icon>
|
||||
</ng-template>
|
||||
</div>
|
||||
<div class="adf-content-node-selector-local-upload-content">
|
||||
<adf-upload-drag-area [rootFolderId]="currentDirectoryId">
|
||||
<div [class.adf-upload-dialog-container]="uploadStarted">
|
||||
<adf-file-uploading-dialog [alwaysVisible]="true"></adf-file-uploading-dialog>
|
||||
@@ -69,6 +73,8 @@
|
||||
</div>
|
||||
</adf-empty-list>
|
||||
</adf-upload-drag-area>
|
||||
</div>
|
||||
</div>
|
||||
</mat-tab>
|
||||
</mat-tab-group>
|
||||
|
||||
|
@@ -24,12 +24,29 @@
|
||||
}
|
||||
|
||||
.adf-upload-dialog-container {
|
||||
height: 456px;
|
||||
height: 380px;
|
||||
}
|
||||
|
||||
.adf-toolbar-title {
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.adf-content-node-selector-local-upload-content {
|
||||
height: 368px;
|
||||
|
||||
adf-upload-drag-area {
|
||||
adf-empty-list {
|
||||
.adf-empty-folder-drag-drop {
|
||||
min-height:46px;
|
||||
font-size: 40px;
|
||||
}
|
||||
.adf-empty-folder-image {
|
||||
height: 100px;
|
||||
width: 460px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-content-node-selector-dialog {
|
||||
|
Reference in New Issue
Block a user