Improve CSS encapslation (Chrome).

This commit is contained in:
Dermot Duffy
2021-09-20 22:37:08 -07:00
parent 49cbff9b36
commit d02f760793
6 changed files with 6 additions and 15 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
img.media,video.media,canvas.media {
img,video {
width: 100%;
height: 100%;
}