mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
fix upload dialog size for mobile
This commit is contained in:
parent
1f6a14aba6
commit
6ee5bf6ece
@ -139,26 +139,9 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 520px){
|
@media (max-width: 720px) {
|
||||||
.file-dialog {
|
:host .file-dialog {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 0 0 0;
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
right: 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