visuddhinanda пре 2 година
родитељ
комит
5307b9a879
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      dashboard/src/components/template/Video.tsx

+ 2 - 2
dashboard/src/components/template/Video.tsx

@@ -114,7 +114,7 @@ export const VideoCtl = ({
 
   const VideoCard = () => {
     return (
-      <Card title={title} bodyStyle={{ width: 550, height: 400 }}>
+      <Card title={title} bodyStyle={{ width: 550, height: 420 }}>
         <Video src={url} />
       </Card>
     );
@@ -122,7 +122,7 @@ export const VideoCtl = ({
 
   const VideoWindow = () => {
     return (
-      <div style={{ width: 550, height: 320 }}>
+      <div style={{ width: 550, height: 420 }}>
         <Video src={url} />
       </div>
     );