mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Merge pull request #978 from Alfresco/dev-mromano-680
fix upload dialog size for mobile
This commit is contained in:
commit
c03d59c35a
@ -139,26 +139,9 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 520px){
|
||||
.file-dialog {
|
||||
@media (max-width: 720px) {
|
||||
:host .file-dialog {
|
||||
width: 100%;
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-device-width: 568px) {
|
||||
.file-dialog {
|
||||
width: 280px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 740px) {
|
||||
.file-dialog {
|
||||
width: 325px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user