lex 1 rok pred
rodič
commit
35b233bd9c

+ 1 - 1
src/components/card-preview/index.module.less

@@ -3,7 +3,7 @@
 
   :global {
     .n-card__content {
-      height: 518px;
+      height: 517px;
     }
 
     .n-card-header__main {

+ 3 - 2
src/components/card-preview/video-modal/index.module.less

@@ -28,8 +28,9 @@
   background: rgba(0, 0, 0, 0.6) !important;
   backdrop-filter: blur(26px);
   height: 80px !important;
-  padding: 0 40px 0 40px !important;
-  transition: all 0.5s;
+  min-height: 80px !important;
+  padding: 0px 40px !important;
+  z-index: 999;
 
   .time {
     display: flex;