diff --git a/frontend/src/components/CourseCard.vue b/frontend/src/components/CourseCard.vue
index 7544aafb..b2d37b95 100644
--- a/frontend/src/components/CourseCard.vue
+++ b/frontend/src/components/CourseCard.vue
@@ -182,7 +182,7 @@ const getGradientColor = () => {
}
.avatar-group.overlap .avatar + .avatar {
- margin-left: calc(-8px);
+ margin-inline-start: calc(-8px);
}
.short-introduction {
diff --git a/frontend/src/components/CourseOutline.vue b/frontend/src/components/CourseOutline.vue
index c8f577ad..05ff5ca2 100644
--- a/frontend/src/components/CourseOutline.vue
+++ b/frontend/src/components/CourseOutline.vue
@@ -46,12 +46,12 @@
>
diff --git a/frontend/src/components/VideoBlock.vue b/frontend/src/components/VideoBlock.vue
index 50eb6cd9..89043f58 100644
--- a/frontend/src/components/VideoBlock.vue
+++ b/frontend/src/components/VideoBlock.vue
@@ -336,7 +336,7 @@ const toggleFullscreen = () => {
const getQuizMarkerStyle = (time) => {
const percentage = ((time - 5) / Math.ceil(duration.value)) * 100
return {
- left: `${percentage}%`,
+ insetInlineStart: `${percentage}%`,
}
}
diff --git a/frontend/src/pages/Batches/components/BatchCard.vue b/frontend/src/pages/Batches/components/BatchCard.vue
index e8f409d6..c4e88536 100644
--- a/frontend/src/pages/Batches/components/BatchCard.vue
+++ b/frontend/src/pages/Batches/components/BatchCard.vue
@@ -108,6 +108,6 @@ const props = defineProps({
}
.avatar-group.overlap .avatar + .avatar {
- margin-left: calc(-8px);
+ margin-inline-start: calc(-8px);
}
diff --git a/frontend/src/pages/Home/AdminHome.vue b/frontend/src/pages/Home/AdminHome.vue
index db2f60ef..1e3a8de2 100644
--- a/frontend/src/pages/Home/AdminHome.vue
+++ b/frontend/src/pages/Home/AdminHome.vue
@@ -121,7 +121,7 @@
{{ __('See all') }}
-
+
@@ -149,7 +149,7 @@
{{ __('See all') }}
-
+
diff --git a/frontend/src/pages/Home/StudentHome.vue b/frontend/src/pages/Home/StudentHome.vue
index a394b630..326e68ab 100644
--- a/frontend/src/pages/Home/StudentHome.vue
+++ b/frontend/src/pages/Home/StudentHome.vue
@@ -90,7 +90,7 @@
{{ __('See all') }}
-
+
@@ -122,7 +122,7 @@
{{ __('See all') }}
-
+