diff --git a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css index 535ceedabb..2e61881929 100644 --- a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css +++ b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css @@ -48,7 +48,7 @@ :host .file-dialog .header .title { float: left; - min-width: 170px; + min-width: 150px; color: white; } @@ -126,9 +126,32 @@ text-align: left; } +@media only screen and (min-device-width: 320px) and (max-device-width: 568px) { + .file-dialog { + width: 280px; + } +} @media only screen and (min-width: 360px) and (max-width: 640px) { .file-dialog { width: 315px; } +} + +@media only screen and (min-width: 375px) and (max-width: 667px) { + .file-dialog { + width: 325px; + } +} + +@media only screen and (min-width: 411px) and (max-width: 731px) { + .file-dialog { + width: 365px; + } +} + +@media only screen and (min-width: 435px) and (max-width: 773px) { + .content-layout { + height: 420px + } } \ No newline at end of file diff --git a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-list.component.css b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-list.component.css index 6f57c834d2..8c120fdbe4 100644 --- a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-list.component.css +++ b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-list.component.css @@ -48,11 +48,19 @@ width: 300px; } +@media only screen and (min-device-width: 320px) and (max-device-width: 568px) { + .truncate { + width: 60px; + } + .mdl-progress { + width: 60px; + } +} + @media only screen and (min-width: 360px) and (max-width: 640px) { .truncate { max-width: 80px; } - .mdl-progress { max-width: 80px; }