Merge pull request #2044 from crazyserver/MOBILE-3062

MOBILE-3062 styles: Avoid copying external content
main
Juan Leyva 2019-08-06 13:44:04 +02:00 committed by GitHub
commit 1fa6dce624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -315,6 +315,11 @@ ion-app.app-root {
}
}
// All external files should be banned from copying it.
ion-avatar, img, audio, video, iframe, [core-external-content], [role="presentation"], [data-original-src], [src] {
user-select: none !important;
}
.core-media-adapt-width {
max-width: 100%;
}