We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2dd1a commit 65dd368Copy full SHA for 65dd368
3 files changed
1.hello-world/3.read-video-angular/README.md
@@ -129,7 +129,7 @@ export class VideoDecodeComponent implements OnInit {
129
justify-content: center;
130
align-items: center;
131
width: 100%;
132
- height: 90%;
+ /* height: 90%; */
133
border: 1px solid black
134
}
135
```
1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.css
@@ -3,6 +3,6 @@
3
4
5
6
7
8
1.hello-world/6.read-video-vue3/README.md
@@ -406,7 +406,7 @@ button {
406
text-align: center;
407
font-size: medium;
408
/* height: 40vh; */
409
- width: 80vw;
+ width: 100%;
410
411
412
.applogo {
0 commit comments