fix: reduced the size of play button in video block

This commit is contained in:
Jannat Patel
2025-04-25 17:49:07 +05:30
parent e513993a0d
commit 5893e02c48
3 changed files with 5 additions and 6 deletions

View File

@@ -38,7 +38,6 @@
"vue": "^3.4.23", "vue": "^3.4.23",
"vue-chartjs": "^5.3.0", "vue-chartjs": "^5.3.0",
"vue-draggable-next": "^2.2.1", "vue-draggable-next": "^2.2.1",
"vue-plyr": "^7.0.0",
"vue-router": "^4.0.12", "vue-router": "^4.0.12",
"vue3-apexcharts": "^1.8.0", "vue3-apexcharts": "^1.8.0",
"vuedraggable": "4.1.0" "vuedraggable": "4.1.0"

View File

@@ -1,7 +1,7 @@
<template> <template>
<svg <svg
width="30" width="20"
height="30" height="20"
viewBox="0 0 68 75" viewBox="0 0 68 75"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"

View File

@@ -16,12 +16,12 @@
@click="playVideo" @click="playVideo"
> >
<div <div
class="rounded-full p-5 pl-6" class="rounded-full p-4 pl-4.5"
style=" style="
background: radial-gradient( background: radial-gradient(
circle, circle,
rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 0%,
rgba(0, 0, 0, 0.5) 50% rgba(0, 0, 0, 0.4) 50%
); );
" "
> >