Skip to content

Commit 10c2040

Browse files
committed
fix styles of rotation iframe video
1 parent 972d298 commit 10c2040

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/social_platform/src/app/office/courses/lesson/shared/exclude-task/exclude-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
display: block;
3030
width: 100%;
3131
max-width: 400px;
32-
aspect-ratio: 16 / 9;
3332
height: auto;
33+
aspect-ratio: 16 / 9;
3434
border: 0;
3535
border-radius: var(--rounded-lg);
3636
}

projects/social_platform/src/app/office/courses/lesson/shared/file-task/file-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
display: block;
102102
width: 100%;
103103
max-width: 400px;
104-
aspect-ratio: 16 / 9;
105104
height: auto;
105+
aspect-ratio: 16 / 9;
106106
border: 0;
107107
border-radius: var(--rounded-lg);
108108
}

projects/social_platform/src/app/office/courses/lesson/shared/radio-select-task/radio-select-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
display: block;
115115
width: 100%;
116116
max-width: 288px;
117-
aspect-ratio: 16 / 9;
118117
height: auto;
118+
aspect-ratio: 16 / 9;
119119
border: 0;
120120
border-radius: var(--rounded-lg);
121121
}

projects/social_platform/src/app/office/courses/lesson/shared/video-task/info-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
display: block;
8989
width: 100%;
9090
max-width: 400px;
91-
aspect-ratio: 16 / 9;
9291
height: auto;
92+
aspect-ratio: 16 / 9;
9393
border: 0;
9494
border-radius: var(--rounded-lg);
9595
}

projects/social_platform/src/app/office/courses/lesson/shared/write-task/write-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
display: block;
4646
width: 100%;
4747
max-width: 400px;
48-
aspect-ratio: 16 / 9;
4948
height: auto;
49+
aspect-ratio: 16 / 9;
5050
border: 0;
5151
border-radius: var(--rounded-lg);
5252
}

0 commit comments

Comments
 (0)